{
  "name": "sd-zookeeper",
  "version": "0.0.5",
  "description": "Service discovery using Apache ZooKeeper.",
  "keywords": [
    "discovery",
    "disco",
    "zookeeper"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jared@nodeprime.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/NodePrime/node-sd-zookeeper.git"
  },
  "bugs": {
    "url": "http://github.com/NodePrime/node-sd-zookeeper/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "zookeeper": "git://github.com/jaredhanson/node-zookeeper.git#emit-error",
    "lru-cache": "~2.5.0",
    "node-uuid": "~1.4.1",
    "knuth-shuffle": "~1.0.0"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  }
}
