http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/9fc94e08/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 01a67b7..5c766d9 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,20 @@
   "main": "index.js",
   "dependencies": {},
   "devDependencies": {
+    "gitbook-cli": "^2.3.2",
     "gitbook-plugin-include-highlight": "^0.2.1",
     "gitbook-plugin-theme-api": "^1.1.2"
   },
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "postinstall": "gitbook install",
+    "build": "gitbook build",
+    "serve": "gitbook serve"
   },
   "author": "",
-  "license": "Apache-2.0"
+  "license": "Apache-2.0",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/apache/brooklyn-docs.git";
+  }
 }

Reply via email to