|  | @@ -0,0 +1,29 @@
 | 
	
		
			
				|  |  | +{
 | 
	
		
			
				|  |  | +  "name": "grpc-health-check",
 | 
	
		
			
				|  |  | +  "version": "0.16.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": "^0.15.0",
 | 
	
		
			
				|  |  | +    "lodash": "^3.9.3",
 | 
	
		
			
				|  |  | +    "google-protobuf": "^3.0.0-alpha.5"
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  "files": {
 | 
	
		
			
				|  |  | +    "LICENSE",
 | 
	
		
			
				|  |  | +    "health.js",
 | 
	
		
			
				|  |  | +    "v1"
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  "main": "src/node/index.js",
 | 
	
		
			
				|  |  | +  "license": "BSD-3-Clause"
 | 
	
		
			
				|  |  | +}
 |