mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
35 lines
719 B
JSON
35 lines
719 B
JSON
{
|
|
"name": "grpc-js-repository",
|
|
"version": "0.1.0",
|
|
"description": "Dummy package for the grpc-node repository",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"async": "^2.5.0",
|
|
"body-parser": "^1.18.0",
|
|
"express": "^4.15.4",
|
|
"google-auth-library": "^0.11.0",
|
|
"grpc": "^1.6.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-help": "^1.6.1",
|
|
"lodash": "^4.17.4",
|
|
"poisson-process": "^0.2.2"
|
|
},
|
|
"scripts": {
|
|
"install": "cd packages/grpc-js-core && npm install"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Google Inc."
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"gulp-mocha": "^4.3.1",
|
|
"mocha": "^3.5.3"
|
|
}
|
|
}
|