-
Notifications
You must be signed in to change notification settings - Fork 183
/
package.json
42 lines (42 loc) · 1.35 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
{
"name": "StarsAndClown",
"version": "1.0.0",
"description": "星聚弃疗榜 StarsAndClown zhaoolee",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"gitbook-cli": "^2.3.2",
"gitbook-plugin-3-ba": "^0.9.0",
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-donate": "^1.0.2",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"gitbook-plugin-search-plus": "^1.0.3",
"gitbook-plugin-sharing-plus": "^0.0.2",
"gitbook-plugin-sitemap-general": "^0.1.1",
"gitbook-plugin-splitter": "^0.0.8",
"gitbook-plugin-tbfed-pagefooter": "^0.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gitbook install && gitbook build ./ ./docs",
"pdf": "gitbook pdf ./ ./pdf",
"bpush": "gitbook install && gitbook build ./ ./docs && git add . && git commit -m 'ok' && git push",
"push": "gitbook build ./ ./docs && git add . && git commit -m 'ok' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoolee/StarsAndClown.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaoolee/StarsAndClown/issues"
},
"homepage": "https://github.com/zhaoolee/StarsAndClown#readme"
}