forked from apache/brooklyn-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1020 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
{
"name": "brooklyn-docs",
"version": "1.0.0",
"description": "Apache Brooklyn Documentation",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"gitbook-cli": "^2.3.2",
"gitbook-plugin-bootstrap-callout": "^0.1.2",
"gitbook-plugin-collapsible-chapters": "^0.1.8",
"gitbook-plugin-include-highlight": "^0.2.1",
"gitbook-plugin-partial-summary": "^1.0.0",
"gitbook-plugin-styles-less": "^1.0.0",
"gitbook-plugin-theme-api": "^1.1.2",
"gitbook-plugin-versions": "^2.1.4",
"less": "^3.0.0-alpha.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"book": "gitbook build",
"serve": "gitbook serve",
"pdf": "gitbook pdf",
"javadoc": "lessc javadoc/javadoc.less javadoc/stylesheet.css && pushd javadoc && ./build.sh && popd",
"build": "npm run book && npm run javadoc"
},
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/apache/brooklyn-docs.git"
}
}