| alshabib | bfb8bb9 | 2017-02-15 12:48:33 -0800 | [diff] [blame^] | 1 | { |
| 2 | "name": "voltha-docs", | ||||
| 3 | "version": "1.0.0", | ||||
| 4 | "description": "Documentation for Voltha", | ||||
| 5 | "main": "README.md", | ||||
| 6 | "scripts": { | ||||
| 7 | "test": "echo \"Error: no test specified\" && exit 1" | ||||
| 8 | }, | ||||
| 9 | "repository": { | ||||
| 10 | "type": "git", | ||||
| 11 | "url": "https://gerrit.opencord.org/voltha" | ||||
| 12 | }, | ||||
| 13 | "author": "Voltha Team", | ||||
| 14 | "license": "Apache 2.0", | ||||
| 15 | "dependencies": { | ||||
| 16 | "doctoc": "^0.14.1", | ||||
| 17 | "gitbook-cli": "^0.3.6" | ||||
| 18 | } | ||||
| 19 | } | ||||