zoologist
Version:
A Curator-esque framework for ZooKeeper
39 lines (38 loc) • 825 B
JSON
{
"name": "zoologist",
"version": "0.5.9",
"description": "A Curator-esque framework for ZooKeeper",
"main": "index.js",
"keywords": [
"zookeeper",
"service",
"discovery",
"javascript",
"curator"
],
"repository": {
"type": "git",
"url": "https://github.com/ph0bos/zoologist"
},
"scripts": {
"test": "mocha --recursive --reporter spec test/*"
},
"author": "Steven Robinson",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.9.33",
"bunyan": "^1.3.5",
"custom-error-generator": "^7.0.0",
"memory-cache": "^0.1.6",
"mockery": "^1.4.0",
"node-zookeeper-client": "0.2.2",
"underscore": "^1.8.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x",
"mockery": "^1.4.0"
}
}