grpc-node/test/package.json

23 lines
441 B
JSON

{
"name": "grpc-node-test",
"version": "0.1.0",
"description": "Dummy package for the grpc-node repository tests",
"private": true,
"keywords": [],
"author": {
"name": "Google Inc."
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Google Inc."
}
],
"dependencies": {
"express": "^4.16.3",
"google-auth-library": "^0.9.2",
"lodash": "^4.17.4",
"poisson-process": "^1.0.0"
}
}