Matteo Scandolo | 6d8e883 | 2018-05-11 16:42:19 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "opencord-documentation", |
| 3 | "version": "1.0.0", |
| 4 | "description": "Documentation for the OpenCORD Project", |
| 5 | "main": "index.js", |
| 6 | "dependencies": { |
| 7 | "gitbook-plugin-smart-nav-collapse": "^0.1.0" |
| 8 | }, |
| 9 | "devDependencies": {}, |
| 10 | "scripts": { |
| 11 | "start": "gitbook serve --log=debug --debug", |
| 12 | "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 | } |