pray-calc/package.json

19 lines
493 B
JSON

{
"name": "pray-calc",
"version": "1.4.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"
},
"repository": {
"type": "git",
"url": "https://github.com/ussunnah/pray-calc"
},
"author": "USF",
"license": "ISC",
"dependencies": {
"nrel-spa": "^1.2.2",
"suncalc": "^1.9.0"
}
}