-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "protobuf-doc",
"version": "0.1.0",
"description": "Protobuf Documentation Generator",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/milanito/protobuf-doc.git"
},
"keywords": [
"protobuf"
],
"author": "Matthieu Rondeau <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/milanito/protobuf-doc/issues"
},
"homepage": "https://github.com/milanito/protobuf-doc#readme",
"preferGlobal": true,
"bin": {
"protobuf-doc": "./bin/protobuf-doc.js"
},
"dependencies": {
"better-console": "^0.2.4",
"command-line-args": "^0.5.9",
"finalhandler": "^0.4.0",
"fs-extra": "^0.22.1",
"lodash": "^3.10.0",
"ncp": "^2.0.0",
"q": "^1.4.1",
"serve-static": "^1.10.0",
"yamljs": "^0.2.3"
}
}