-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 890 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 890 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
{
"name": "book",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gitbook": "node_modules/.bin/gitbook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gitbook": "^3.2.2",
"gitbook-cli": "^2.3.0"
},
"dependencies": {
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-anchor-navigation-ex": "^1.0.14",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-donate": "^1.0.2",
"gitbook-plugin-expandable-chapters-small": "^0.1.7",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"gitbook-plugin-katex": "^1.1.4",
"gitbook-plugin-search-pro": "^2.0.2",
"gitbook-plugin-sitemap-general": "^0.1.1",
"gitbook-plugin-splitter": "0.0.8",
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
}
}