-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
37 lines (37 loc) · 876 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": "grpc-promise",
"version": "1.4.0",
"description": "GRPC promisify module for all Request/Response types: standard and stream",
"main": "lib/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlessistare/grpc-promise.git"
},
"keywords": [
"grpc-promise",
"grpc",
"promise",
"promisify",
"functional"
],
"author": "Carles Sistare",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlessistare/grpc-promise/issues"
},
"homepage": "https://github.com/carlessistare/grpc-promise#readme",
"devDependencies": {
"coveralls": "2.13.0",
"eslint": "3.19.0",
"gulp": "3.9.1",
"gulp-eslint": "3.0.1",
"gulp-mocha": "4.3.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"should": "11.2.1",
"sinon": "2.1.0"
}
}