forked from zhaoolee/ChromeAppHeroes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.7 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
{
"name": "ChromeAppHeroes",
"version": "1.0.0",
"description": "[English](https://zhaoolee.com/ChromeAppHeroes/readme-en.html) | [中文简体](https://zhaoolee.gitbooks.io/chrome/content/)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"axios": "^0.19.2",
"download": "^7.1.0",
"gitbook": "^2.6.9",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-3-ba": "^0.9.0",
"gitbook-plugin-ad": "0.0.4",
"gitbook-plugin-adsense": "^1.0.3",
"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",
"showdown": "^1.9.1",
"chmodr": "^1.2.0",
"fs-extra": "^8.1.0",
"moment": "^2.24.0",
"rsync": "^0.6.1"
},
"devDependencies": {},
"scripts": {
"test": "node rsync.js && node push.js",
"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": "node rsync.js && node push.js && git add . && git commit -m 'ok' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoolee/ChromeAppHeroes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaoolee/ChromeAppHeroes/issues"
},
"homepage": "https://github.com/zhaoolee/ChromeAppHeroes#readme"
}