{
  "name": "grpc-bus-websocket-client",
  "version": "0.3.1",
  "description": "This client library connects a browser's JavaScript context to standard GRPC service(s) via a WebSocket Proxy Server",
  "main": "index.js",
  "scripts": {
    "update-proto": "node ./scripts/proto_to_js.js > grpc-bus.proto.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/gabrielgrant/grpc-bus-websocket-proxy-client.git"
  },
  "keywords": [
    "browser",
    "grpc",
    "websocket",
    "proxy",
    "client"
  ],
  "author": "Gabriel Grant <g@briel.ca> (http://gabrielgrant.ca)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gabrielgrant/grpc-bus-websocket-proxy-client/issues"
  },
  "homepage": "https://github.com/gabrielgrant/grpc-bus-websocket-proxy-client#readme",
  "dependencies": {
    "grpc-bus": "https://github.com/gabrielgrant/grpc-bus/releases/download/v1.0.1-dev5/grpc-bus-1.0.1-dev5.tgz",
    "protobufjs": "^5.0.2",
    "rsvp": "^3.3.3",
    "universal-websocket-client": "^1.0.1"
  },
  "devDependencies": {
    "line-reader": "^0.4.0"
  }
}
