grpc-node/packages/grpc-health-check/package.json

32 lines
673 B
JSON

{
"name": "grpc-health-check",
"version": "1.7.1",
"author": "Google Inc.",
"description": "Health check client and service for use with gRPC-node",
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc-node.git"
},
"bugs": "https://github.com/grpc/grpc-node/issues",
"contributors": [
{
"name": "Michael Lumish",
"email": "mlumish@google.com"
}
],
"dependencies": {
"google-protobuf": "^3.4.0",
"grpc": "^1.6.0",
"lodash.clone": "^4.5.0",
"lodash.get": "^4.4.2"
},
"files": [
"LICENSE",
"README.md",
"health.js",
"v1"
],
"main": "health.js",
"license": "Apache-2.0"
}