forked from mcavage/node-zkplus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.2 KB
/
package.json
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
{
"name": "zkplus",
"description": "The ZooKeeper API you always wanted",
"version": "0.3.2-smartos-only",
"homepage": "http://mcavage.github.com/node-zkplus",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-zkplus.git"
},
"author": "Mark Cavage <[email protected]>",
"contributors": [
"Anthony Barre",
"Trent Mick",
"Vincent Voyer",
"Yunong Xiao"
],
"main": "./lib/index.js",
"dependencies": {
"assert-plus": "0.1.2",
"bunyan": "0.21.1",
"node-uuid": "1.4.0",
"once": "1.1.1",
"vasync": "1.3.3",
"zookeeper": "git://github.com/yunong/node-zookeeper.git#ee5e285"
},
"devDependencies": {
"cover": "0.2.8",
"nodeunit": "git://github.com/yunong/nodeunit.git#4b1bf5e52941b72cf619a246f87b261da95a1231"
},
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "./node_modules/.bin/nodeunit ./test/*.test.js"
}
}