praytime
Version:
A JavaScript library for calculating prayer times.
28 lines • 660 B
JSON
{
"name": "praytime",
"version": "3.1.0",
"description": "A JavaScript library for calculating prayer times.",
"author": "Hamid Zarrabi-Zadeh",
"license": "MIT",
"homepage": "https://praytime.info",
"main": "src/praytime.js",
"scripts": {
"test": "npx jest --rootDir tests"
},
"keywords": [
"praytimes",
"prayer",
"times",
"adhan",
"salah",
"muslim",
"islamic"
],
"repository": {
"type": "git",
"url": "https://github.com/zarrabi/praytime.git"
},
"bugs": {
"url": "https://github.com/zarrabi/praytime/issues"
}
}