forked from sidrakesh93/grpc-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 819 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
{
"name": "grpc-tools",
"version": "0.1.0",
"bin": {
"grpc-api-packager": "bin/grpc-api-packager"
},
"description": "Creates google api packages",
"main": "lib/api_repo.js",
"devDependencies": {
"chai": "~3.0.0",
"diff": "~1.4.0",
"istanbul": "~0.3.15",
"mocha": "~2.2.5",
"nock": "~2.3.0"
},
"dependencies": {
"argparse": "~1.0.2",
"async": "~1.2.0",
"fs-extra": "~0.18.4",
"js-yaml": "~3.3.1",
"lodash": "~3.9.2",
"mustache": "~2.1.0",
"node-find-files": "~0.0.4",
"node-stream-zip": "~1.2.1",
"protobufjs": "^4.0.0",
"request": "~2.12.0",
"tmp": "~0.0.26"
},
"scripts": {
"test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 5000",
"env": "env"
},
"author": "Timothy Emiola",
"license": "BSD"
}