-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
33 lines (33 loc) · 906 Bytes
/
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
{
"name": "webapi-tutorial",
"version": "0.0.0",
"description": "Web API 教程",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "loppo --site \"Web API 教程\" --id webapi --theme wangdoc",
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/webapi --branch master --add --repo [email protected]:wangdoc/website.git",
"chapter": "loppo chapter",
"server": "loppo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wangdoc/webapi-tutorial.git"
},
"keywords": [
"Tutorial",
"Web",
"wangdoc",
"document"
],
"author": "Ruan Yifeng",
"license": "Creative Commons Attribution-ShareAlike License",
"dependencies": {
"gh-pages": "6.x",
"loppo": "^0.6.25",
"loppo-theme-wangdoc": "^0.7.1"
}
}