aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/health_check/package.json')
-rw-r--r--src/node/health_check/package.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/node/health_check/package.json b/src/node/health_check/package.json
deleted file mode 100644
index 6f09c8f9f0..0000000000
--- a/src/node/health_check/package.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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.git"
- },
- "bugs": "https://github.com/grpc/grpc/issues",
- "contributors": [
- {
- "name": "Michael Lumish",
- "email": "mlumish@google.com"
- }
- ],
- "dependencies": {
- "grpc": "^1.8.0-dev",
- "lodash": "^3.9.3",
- "google-protobuf": "^3.0.0"
- },
- "files": [
- "LICENSE",
- "health.js",
- "v1"
- ],
- "main": "src/node/index.js",
- "license": "Apache-2.0"
-}