{ "name": "pray-calc", "version": "1.6.0", "description": "Prayer times calculator using nrel-spa and custom formula for Fajr and Isha angles (as well as traditional static angle methods)", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/ummeco/pray-calc.git" }, "keywords": [ "prayer", "islam", "fajr", "dhuhr", "asr", "maghrib", "isha", "nrel-spa", "solar-position" ], "author": "Ummat", "license": "MIT", "bugs": { "url": "https://github.com/ummeco/pray-calc/issues" }, "homepage": "https://github.com/ummeco/pray-calc#readme", "dependencies": { "nrel-spa": "^1.3.0", "suncalc": "^1.9.0" }, "files": [ "index.js", "getTimes.js", "getAsr.js", "getAngles.js", "dist/", "README.md", "CHANGELOG.md" ] }