forked from yfinkelstein/node-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 806 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
{
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"version": "3.4.1-2"
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>"
,"contributors": [
"Yuri Finkelstein <yurif2003@yahoo.com>"
,"Woody Anderson <woody.anderson@gmail.com>"
,"Dave Dopson <ddopson@gmail.com>"
]
,"repository": {
"type": "git"
,"url": "https://github.com/yfinkelstein/node-zookeeper"
}
,"keywords": ["apache", "zookeeper", "client"]
,"dependencies": {
"webworker" : ">=0.8.2"
,"underscore" : "*"
}
,"main": "lib/zookeeper"
,"directories.lib": "build/default/"
,"scripts" : {
"build" : "node-waf configure build"
,"test" : "node-waf test"
,"doc" : "node-waf doc"
}
,"engines": { "node": "0.4.x || 0.6.x" }
}