blob: 3456b2b872b028c30a6e0421caa573a6efb5c42e [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 Scandolo5b0207c2018-12-18 17:18:47 -08007 "gitbook-plugin-ga": "^2.0.0"
Matteo Scandolo6d8e8832018-05-11 16:42:19 -07008 },
9 "devDependencies": {},
10 "scripts": {
Matteo Scandoloc93f6332018-05-25 15:19:43 -070011 "prestart": "gitbook install",
12 "start": "gitbook serve --log=debug --debug --port 4040",
Matteo Scandolo6d8e8832018-05-11 16:42:19 -070013 "build": "gitbook build"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://gerrit.opencord.org/docs"
18 },
19 "author": "OpenCORD",
20 "license": "Apache-2.0"
21}