-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (43 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "holy-quran",
"description": "The Holy Quran Android Library empowers developers to incorporate comprehensive Quranic data seamlessly into Android applications. It furnishes essential surah details, such as name, type, English name, number, verses, words, and letters.",
"author": "KHAOUITI ABDELHAKIM",
"version": "1.1.0",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/khaouitiabdelhakim/HolyQuran-JS.git"
},
"keywords": [
"quran",
"holy-quran",
"quran-api",
"quran-library",
"quran-data",
"quran-verse",
"quran-surah",
"quran-ayah",
"quran-words",
"quran-letters",
"quran-translation",
"quran-tafseer",
"quran-uthmani",
"quran-uthmani-library",
"quran-uthmani-data",
"quran-uthmani-verse",
"quran-uthmani-surah",
"quran-uthmani-ayah",
"quran-uthmani-words",
"quran-uthmani-letters",
"quran-uthmani-translation",
"quran-uthmani-tafseer"
],
"engines": {
"node": ">=12.0.0"
},
"bugs": {
"url": "https://github.com/khaouitiabdelhakim/HolyQuran-JS/issues"
},
"homepage": "https://github.com/khaouitiabdelhakim/HolyQuran-JS#readme"
}