| { |
| "name": "opencord-documentation", |
| "version": "1.0.0", |
| "description": "Documentation for the OpenCORD Project", |
| "main": "index.js", |
| "dependencies": { |
| "gitbook-plugin-copy-code-button": "0.0.2", |
| "gitbook-plugin-ga": "^2.0.0" |
| }, |
| "devDependencies": {}, |
| "scripts": { |
| "prestart": "gitbook install", |
| "start": "gitbook serve --log=debug --debug --port 4040", |
| "build": "gitbook build" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://gerrit.opencord.org/docs" |
| }, |
| "author": "OpenCORD", |
| "license": "Apache-2.0" |
| } |