blob: 93faf76be2b3a5a8bf10e434daea516a4e5e9c65 [file] [log] [blame]
alshabibbfb8bb92017-02-15 12:48:33 -08001{
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}