package.json 614 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "grpc-health-check",
  3. "version": "1.1.0-dev",
  4. "author": "Google Inc.",
  5. "description": "Health check service for use with gRPC",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/grpc/grpc.git"
  9. },
  10. "bugs": "https://github.com/grpc/grpc/issues",
  11. "contributors": [
  12. {
  13. "name": "Michael Lumish",
  14. "email": "mlumish@google.com"
  15. }
  16. ],
  17. "dependencies": {
  18. "grpc": "^1.1.0-dev",
  19. "lodash": "^3.9.3",
  20. "google-protobuf": "^3.0.0"
  21. },
  22. "files": [
  23. "LICENSE",
  24. "health.js",
  25. "v1"
  26. ],
  27. "main": "src/node/index.js",
  28. "license": "BSD-3-Clause"
  29. }