{
  "name": "zk-lock",
  "version": "2.1.3",
  "description": "A distributed lock using zookeeper",
  "keywords": [
    "zookeeper",
    "zookeeper lock",
    "distributed lock"
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "http://github.com/metamx/zk-lock.git"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "compile": "tsc",
    "lint": "tslint -c tslint.json src/**/*.ts",
    "build": "npm run lint && npm run compile",
    "test": "node_modules/.bin/mocha",
    "debugtest": "NODE_DEBUG=zk-lock ./node_modules/.bin/mocha",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "locators": "^2.0.0",
    "node-zookeeper-client": "^0.2.2"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.8",
    "@types/node": "^8.0.14",
    "@types/node-zookeeper-client": "^0.2.2",
    "chai": "^4.1.0",
    "mocha": "^3.4.2",
    "tslint": "^5.5.0",
    "typescript": "^2.4.2"
  }
}
