forked from GitbookIO/gitbook-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "gitbook-cli",
"version": "2.3.2",
"homepage": "https://www.gitbook.com",
"description": "CLI to generate books and documentation using gitbook",
"main": "bin/gitbook.js",
"dependencies": {
"q": "1.5.0",
"lodash": "4.17.4",
"semver": "5.3.0",
"npmi": "1.0.1",
"tmp": "0.0.31",
"commander": "2.11.0",
"optimist": "0.6.1",
"fs-extra": "3.0.1",
"bash-color": "0.0.4",
"npm": "5.1.0",
"user-home": "2.0.0"
},
"devDependencies": {
"mocha": "3.4.2",
"should": "11.2.1",
"gitbook": "2.5.0-beta.1"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/gitbook-cli.git"
},
"author": "FriendCode Inc. <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-cli/issues"
},
"bin": {
"gitbook": "./bin/gitbook.js"
},
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "[email protected]"
},
{
"name": "Samy Pessé",
"email": "[email protected]"
}
]
}