{
  "name": "limitd-client",
  "version": "2.14.1",
  "description": "limitd client for node.js",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha --timeout 10000",
    "coverage": "nyc report --reporter=lcov && node-open ./coverage/lcov-report/index.html"
  },
  "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
  "license": "MIT",
  "dependencies": {
    "async": "^2.3.0",
    "disyuntor": "^2.0.0",
    "hashring": "^3.2.0",
    "length-prefixed-message": "^3.0.3",
    "length-prefixed-stream": "~1.4.0",
    "limitd-protocol": "limitd/protocol#v2.1.1",
    "lodash": "~3.7.0",
    "ms": "^1.0.0",
    "reconnect-net": "^1.1.1",
    "retry": "^0.10.1",
    "tcp-client-failover": "^1.0.2"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "~2.2.4",
    "nyc": "^10.2.0",
    "open": "github:jfromaniello/node-open#add_bin",
    "proxyquire": "^1.7.11"
  },
  "homepage": "https://github.com/limitd/node-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/limitd/node-client.git"
  },
  "bugs": {
    "url": "https://github.com/limitd/node-client/issues"
  }
}
