-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
73 lines (73 loc) · 1.74 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
70
71
72
73
{
"name": "grpcc",
"version": "1.1.3",
"description": "A gRPC cli interface for easy testing against gRPC servers",
"main": "./lib/index.js",
"scripts": {
"test": "mocha",
"example-server": "node ./examples/example-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/njpatel/grpcc.git"
},
"keywords": [
"grpc",
"cli",
"protobuf",
"proto",
"http2"
],
"author": {
"name": "Neil Jagdish Patel",
"email": "[email protected]",
"url": "https://njp.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/njpatel/grpcc/issues"
},
"homepage": "https://github.com/njpatel/grpcc",
"dependencies": {
"@grpc/proto-loader": "^0.1.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"eval": "^0.1.2",
"grpc": ">=1.6.6",
"inquirer": "^1.0.2"
},
"bin": {
"grpcc": "./bin/grpcc.js"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"gitHead": "4ef52e9e9f1554e841fac77befd671e9472697ac",
"_id": "[email protected]",
"_shasum": "16b3c1b0bbf62e89ea01c92e8e044a75200c27f6",
"_from": "grpcc@*",
"_npmVersion": "2.14.12",
"_nodeVersion": "4.2.6",
"_npmUser": {
"name": "njpatel",
"email": "[email protected]"
},
"dist": {
"shasum": "16b3c1b0bbf62e89ea01c92e8e044a75200c27f6",
"tarball": "https://registry.npmjs.org/grpcc/-/grpcc-0.0.1.tgz"
},
"maintainers": [
{
"name": "njpatel",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/grpcc-0.0.1.tgz_1454975767622_0.20959731633774936"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/grpcc/-/grpcc-0.0.5.tgz",
"readme": "README.md"
}