mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-06-30 19:04:26 +00:00
19 lines
555 B
JSON
19 lines
555 B
JSON
{
|
|
"name": "pray-calc",
|
|
"version": "1.5.1",
|
|
"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": "Ummat",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ummeco/pray-calc.git"
|
|
},
|
|
"homepage": "https://github.com/ummeco/pray-calc#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/ummeco/pray-calc/issues"
|
|
}
|
|
}
|