-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
42 lines (42 loc) · 881 Bytes
/
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
{
"name": "quran",
"version": "0.0.9",
"description": "npm module for Al-Quran (tanzil)",
"keywords": [
"islam",
"quran",
"allah",
"muslim",
"koran",
"hindi",
"urdu"
],
"main": "index.js",
"ava": {
"files": [
"tests/*.js"
]
},
"dependencies": {
"sqlite3": "*"
},
"scripts": {
"test": "ava",
"lint": "node_modules/eslint/bin/eslint.js --ignore-path .gitignore .",
"prepublish": "sh scripts/install"
},
"repository": "git://github.com/qzaidi/quran.git",
"author": "Qasim Zaidi <[email protected]>",
"bugs": {
"url": "http://github.com/qzaidi/quran/issues"
},
"license": "LGPL",
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"ava": "^0.16.0",
"q": "^1.4.1"
}
}