-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 909 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 909 Bytes
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
{
"name": "ant-tool.github.io",
"version": "0.0.1",
"description": "ant-tool 使用文档",
"scripts": {
"build": "./node_modules/.bin/gitbook build ./docs ./site",
"dev": "./node_modules/.bin/gitbook serve ./docs",
"deploy": "./node_modules/.bin/gitbook build ./docs ./site && node scripts/deploy.js",
"gitbook-install":"gitbook install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ant-tool/ant-tool.github.io.git"
},
"keywords": [
"docs",
"ant-tool"
],
"author": "pigcan <jiangjay818@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ant-tool/ant-tool.github.io/issues"
},
"homepage": "https://github.com/ant-tool/ant-tool.github.io#readme",
"devDependencies": {
"gh-pages": "^0.8.0",
"gitbook-plugin-local-video": "^1.0.0",
"gitbook-plugin-toc": "0.0.1",
"gitbook-cli": "^1.0.1"
}
}