32 lines
964 B
JSON
32 lines
964 B
JSON
{
|
|
"name": "book",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "**Note:** Impatient readers head straight to [Quick Start](quick_start.md).",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cryptiles": "^4.1.2",
|
|
"gitbook-cli": "^2.3.2",
|
|
"gitbook-plugin-copy-code-button": "0.0.2",
|
|
"gitbook-plugin-custom-favicon": "0.0.4",
|
|
"gitbook-plugin-ga": "^1.0.1",
|
|
"gitbook-plugin-insert-logo": "^0.1.5",
|
|
"gitbook-plugin-mermaid": "0.0.9",
|
|
"gitbook-plugin-mermaid-gb3": "^2.1.0",
|
|
"gitbook-plugin-page-toc": "^1.1.0",
|
|
"gitbook-plugin-panel": "^0.0.1",
|
|
"gitbook-plugin-sequence-diagrams": "^1.1.0",
|
|
"gitbook-plugin-theme-api": "^1.1.2",
|
|
"gitbook-plugin-toc": "0.0.2",
|
|
"lodash": "4.17.5",
|
|
"phantomjs-prebuilt": "^2.1.16",
|
|
"underscore.string": "^3.3.5"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0"
|
|
}
|