forked from dunwu/java-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 994 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 994 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
33
{
"name": "java-tutorial",
"author": "Zhang Peng",
"homepage": "http://dunwu.github.io/java-tutorial",
"repository": {
"type": "git",
"url": "[email protected]:dunwu/java-tutorial.git"
},
"scripts": {
"start": "docsify serve ./ --port 4000",
"clean": "rimraf _book",
"install": "gitbook install",
"serve": "gitbook serve",
"build": "npm run clean & gitbook build",
"pdf": "gitbook pdf"
},
"dependencies": {
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-anchor-navigation-ex": "^1.0.10",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-expandable-chapters-small": "^0.1.7",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-search-plus": "0.0.11",
"gitbook-plugin-simple-page-toc": "^0.1.2",
"gitbook-plugin-splitter": "0.0.8",
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"rimraf": "^3.0.0"
}
}