mirror of https://github.com/grpc/grpc-node.git
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"name": "@grpc/health-check",
|
|
"version": "1.8.0-dev",
|
|
"author": "Google Inc.",
|
|
"description": "Health check service for use with gRPC",
|
|
"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": "^3.10.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"health.js",
|
|
"v1"
|
|
],
|
|
"main": "health.js",
|
|
"license": "Apache-2.0"
|
|
}
|