blob: 031c245cd96325d427c70cf4167f5eae109a8bde [file] [log] [blame]
Matteo Scandolo6d8e8832018-05-11 16:42:19 -07001{
2 "name": "opencord-documentation",
3 "version": "1.0.0",
4 "description": "Documentation for the OpenCORD Project",
5 "main": "index.js",
6 "dependencies": {
Matteo Scandolo6d8e8832018-05-11 16:42:19 -07007 },
8 "devDependencies": {},
9 "scripts": {
Matteo Scandoloc93f6332018-05-25 15:19:43 -070010 "prestart": "gitbook install",
11 "start": "gitbook serve --log=debug --debug --port 4040",
Matteo Scandolo6d8e8832018-05-11 16:42:19 -070012 "build": "gitbook build"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://gerrit.opencord.org/docs"
17 },
18 "author": "OpenCORD",
19 "license": "Apache-2.0"
20}