pray-calc/package.json
2023-11-12 11:19:56 +07:00

15 lines
375 B
JSON

{
"name": "praycalc",
"version": "1.0.0",
"description": "Prayer times calculator using nrel-spa and custom formula for Fajr and Isha angles (as well as traditional static angle methods in the All function)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"author": "USF",
"license": "ISC",
"dependencies": {
"nrel-spa": "^1.1.0"
}
}