{
  "name": "@brigade/pooled-thrift-client",
  "version": "2.0.0",
  "description": "A Thrift client utilising a pool of service connections and improved error handling/recovery",
  "main": "src/index.js",
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brigade/pooled-thrift-client.git"
  },
  "keywords": [
    "thrift",
    "client",
    "pool"
  ],
  "author": "Anuj Das",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/brigade/pooled-thrift-client/issues"
  },
  "homepage": "https://github.com/brigade/pooled-thrift-client#readme",
  "dependencies": {
    "generic-pool": "^3.4.0",
    "thrift": "^0.11.0"
  },
  "devDependencies": {
    "eslint": "^4.13.1",
    "eslint-config-brigade": "^7.0.0",
    "jasmine": "^2.9.0"
  }
}
