{
  "name": "grpc-web",
  "version": "1.0.4",
  "author": "Google Inc.",
  "description": "gRPC-Web Client Runtime Library",
  "homepage": "https://grpc.io/",
  "repository": {
    "type": "git",
    "url": "https://github.com/grpc/grpc-web.git"
  },
  "bugs": "https://github.com/grpc/grpc-web/issues",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "node scripts/build.js",
    "prepare": "npm run build && require-self",
    "prepublishOnly": "npm run build",
    "test": "mocha --timeout 8000 \"./test/**/*_test.js\""
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "command-exists": "^1.2.7",
    "google-closure-compiler": "^20180716.0.0",
    "google-protobuf": "^3.6.1",
    "mocha": "^5.2.0",
    "mock-xmlhttprequest": "^2.0.0",
    "require-self": "^0.2.1",
    "typescript": "^3.2.1"
  }
}
