-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
63 lines (63 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bible",
"version": "2.1.0",
"description": "Read the Holy Bible via the command line.",
"main": "lib/index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BibleJS/BibleApp"
},
"bin": {
"bible": "./bin/bible"
},
"keywords": [
"bible",
"npm",
"node",
"application"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BibleJS/BibleApp/issues"
},
"homepage": "https://github.com/BibleJS/BibleApp",
"directories": {
"doc": "docs"
},
"dependencies": {
"abs": "^1.0.0",
"bible.js": "^3.0.0",
"couleurs": "^5.0.0",
"bug-killer": "^4.0.0",
"is-there": "^4.0.0",
"le-table": "^4.0.0",
"r-json": "^1.0.0",
"regex-parser": "^2.0.0",
"ul": "^5.0.0",
"w-json": "^1.0.0",
"yargs": "^3.15.0"
},
"blah": {
"ex_img": "http://i.imgur.com/CcEXgHy.png"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}