-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 825 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}