forked from batoulapps/Adhan
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 740 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "adhan",
"version": "2.0.1",
"description": "Adhan is a well tested and well documented library for calculating Islamic prayer times. All astronomical calculations are high precision equations directly from the book “Astronomical Algorithms” by Jean Meeus. This book is recommended by the Astronomical Applications Department of the U.S. Naval Observatory and the Earth System Research Laboratory of the National Oceanic and Atmospheric Administration.",
"main": "JavaScript/Adhan.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/batoulapps/Adhan.git"
},
"keywords": [
"adhan",
"islam",
"muslim",
"prayer"
],
"author": "Batoul Apps",
"license": "MIT"
}