forked from kuebk/node-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 976 Bytes
/
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
{
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"version": "3.4.5"
,"author": "Yuri Finkelstein <[email protected]>"
,"contributors": [
"Yuri Finkelstein <[email protected]>"
,"Woody Anderson <[email protected]>"
,"Mark Cavage <[email protected]>"
,"Dave Dopson <[email protected]>"
,"David Trejo <[email protected]>"
,"Pooya Karimian <[email protected]>"
]
,"repository": {
"type": "git"
,"url": "https://github.com/yfinkelstein/node-zookeeper"
}
,"keywords": ["apache", "zookeeper", "client"]
,"dependencies": {
"async": "~0.1.18"
,"underscore": "*"
}
,"devDependencies": {
"log4js": "~0.4.3"
,"webworker": ">=0.8.2"
}
,"main": "lib/index"
,"directories.lib": "build/default/"
,"scripts" : {
"build" : "node-gyp configure build"
,"test" : "pushd test; ./test; popd"
}
,"engines": { "node": ">=0.6" }
}