forked from zhaoolee/ChromeAppHeroes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.12 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
{
"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",
"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"
}