mirror of
https://github.com/acamarata/pray-calc.git
synced 2026-07-02 11:50:40 +00:00
Updated package.json repository field for NPM
This commit is contained in:
parent
4403cb224c
commit
eb68c97b42
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "pray-calc",
|
"name": "pray-calc",
|
||||||
"version": "1.5.0",
|
"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)",
|
"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",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test.js"
|
"test": "node test.js"
|
||||||
},
|
},
|
||||||
|
"author": "Ummat",
|
||||||
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ussunnah/pray-calc"
|
"url": "https://github.com/ummeco/pray-calc.git"
|
||||||
},
|
},
|
||||||
"author": "USF",
|
"homepage": "https://github.com/ummeco/pray-calc#readme",
|
||||||
"license": "ISC",
|
"bugs": {
|
||||||
"dependencies": {
|
"url": "https://github.com/ummeco/pray-calc/issues"
|
||||||
"nrel-spa": "^1.2.2",
|
|
||||||
"suncalc": "^1.9.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue