-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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
32
{
"name": "vaynejs.github.io",
"version": "1.0.0",
"description": "vayne 文档",
"main": "index.js",
"scripts": {
"build": "rm -rf _book && gitbook build",
"dev": "gitbook serve",
"deploy": "npm run build && gh-pages -b master -d ./_book"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vaynejs/vaynejs.github.io.git"
},
"keywords": [
"vayne"
],
"author": "xierenyuan@qq.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/vaynejs/vaynejs.github.io/issues"
},
"homepage": "https://vaynejs.github.io",
"devDependencies": {
"gh-pages": "^1.1.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-disqus": "^1.0.1",
"gitbook-plugin-prism": "^2.3.0",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-toc": "^0.0.2"
}
}