forked from yfinkelstein/node-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 903 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
{
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"notes": [
"support for Node v0.6.x"
,"4.1.0 was created by mistake. don't install it"
]
,"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.3.0" }
}