blob: ed49dd209f31edcd64ac862e519d74044be2dc2e [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 Scandolo05101ed2019-06-05 16:26:35 -07007 "gitbook-plugin-copy-code-button": "0.0.2",
Matteo Scandolo5b0207c2018-12-18 17:18:47 -08008 "gitbook-plugin-ga": "^2.0.0"
Matteo Scandolo6d8e8832018-05-11 16:42:19 -07009 },
10 "devDependencies": {},
11 "scripts": {
Matteo Scandoloc93f6332018-05-25 15:19:43 -070012 "prestart": "gitbook install",
13 "start": "gitbook serve --log=debug --debug --port 4040",
Matteo Scandolo6d8e8832018-05-11 16:42:19 -070014 "build": "gitbook build"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://gerrit.opencord.org/docs"
19 },
20 "author": "OpenCORD",
21 "license": "Apache-2.0"
22}