-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.42 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "gcall",
"version": "0.1.1",
"description": "Simple gRPC command-line interface",
"bin": "gcall.js",
"scripts": {
"test": "ava -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bojand/gcall.git"
},
"keywords": [
"protocol buffer",
"protobuf",
"grpc",
"client",
"cli",
"command",
"command line"
],
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bojand/grpcall/issues"
},
"homepage": "https://github.com/bojand/grpcall#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"figures": "^2.0.0",
"grpc": "^1.0.1",
"grpc-caller": "^0.1.1",
"grpc-inspect": "^0.1.1",
"js-yaml": "^3.7.0",
"JSONStream": "^1.3.0",
"lodash.assign": "^4.2.0",
"lodash.camelcase": "^4.3.0",
"lodash.find": "^4.6.0",
"lodash.pick": "^4.4.0",
"readall": "^1.0.0",
"streaming-json-stringify": "^3.1.0",
"string-to-stream": "^1.1.0"
},
"devDependencies": {
"async": "^2.1.4",
"async-to-gen": "^1.3.0",
"ava": "^0.17.0",
"babel-eslint": "^7.1.1",
"execa": "^0.6.0",
"lodash": "^4.17.4",
"pify": "^2.3.0",
"standard": "^8.6.0"
},
"engines": {
"node": ">=6.9"
},
"ava": {
"files": [
"test/*.test.js"
]
},
"standard": {
"parser": "babel-eslint"
}
}