blob: fca3a2a7a6b26851528d34bcc72f2a7c39dfb890 [file] [log] [blame]
{
"name": "grpc-health-check",
"version": "1.7.2",
"author": "Google Inc.",
"description": "Health check service for use with gRPC",
"repository": {
"type": "git",
"url": "https://github.com/grpc/grpc.git"
},
"bugs": "https://github.com/grpc/grpc/issues",
"contributors": [
{
"name": "Michael Lumish",
"email": "mlumish@google.com"
}
],
"dependencies": {
"grpc": "^1.7.2",
"lodash": "^3.9.3",
"google-protobuf": "^3.0.0"
},
"files": [
"LICENSE",
"health.js",
"v1"
],
"main": "src/node/index.js",
"license": "Apache-2.0"
}