forked from wangdoc/javascript-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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": "javascript-tutorial",
"version": "0.0.1",
"description": "JavaScript 教程",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "loppo --site \"JavaScript 教程\" --id javascript --theme wangdoc",
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/javascript --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": "git+https://github.com/wangdoc/javascript-tutorial.git"
},
"keywords": [
"WangDoc",
"Tutorial",
"Document"
],
"author": "Ruan Yifeng",
"license": "Creative Commons Attribution-ShareAlike License",
"bugs": {
"url": "https://github.com/wangdoc/javascript-tutorial/issues"
},
"homepage": "https://github.com/wangdoc/javascript-tutorial",
"dependencies": {
"gh-pages": "6.x",
"loppo": "^0.6.24",
"loppo-theme-wangdoc": "^0.7.3"
}
}