grpc-promise
Version:
GRPC promisify module for all Request/Response types: standard and stream
38 lines (37 loc) • 876 B
JSON
{
"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"
}
}