-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.95 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.95 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "gitbook-cli",
"version": "2.3.0",
"homepage": "https://www.gitbook.com",
"description": "CLI to generate books and documentation using gitbook",
"main": "bin/gitbook.js",
"dependencies": {
"q": "1.4.1",
"lodash": "4.5.1",
"semver": "5.1.0",
"npmi": "1.0.1",
"tmp": "0.0.28",
"commander": "2.9.0",
"optimist": "0.6.1",
"fs-extra": "0.26.5",
"bash-color": "0.0.4",
"npm": "3.7.5",
"user-home": "2.0.0"
},
"devDependencies": {
"mocha": "2.4.5",
"should": "8.2.2",
"gitbook": "2.5.0-beta.1"
},
"scripts": {
"test": "mocha --reporter spec --recursive --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitbookIO/gitbook-cli.git"
},
"author": {
"name": "FriendCode Inc.",
"email": "contact@gitbook.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/gitbook-cli/issues"
},
"bin": {
"gitbook": "./bin/gitbook.js"
},
"contributors": [
{
"name": "Aaron O'Mullan",
"email": "aaron@gitbook.com"
},
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
],
"gitHead": "e940bb338a0cdee2398d3d9c8a7781e772b947e3",
"_id": "gitbook-cli@2.3.0",
"_shasum": "01a360de71a48e53277ed2cb1abf6c60a0901576",
"_from": "gitbook-cli@2.3.0",
"_npmVersion": "3.7.5",
"_nodeVersion": "5.1.0",
"_npmUser": {
"name": "samypesse",
"email": "samypesse@gmail.com"
},
"dist": {
"shasum": "01a360de71a48e53277ed2cb1abf6c60a0901576",
"tarball": "https://registry.npmjs.org/gitbook-cli/-/gitbook-cli-2.3.0.tgz"
},
"maintainers": [
{
"name": "samypesse",
"email": "samypesse@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/gitbook-cli-2.3.0.tgz_1465926440160_0.3532504632603377"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gitbook-cli/-/gitbook-cli-2.3.0.tgz"
}