forked from yfinkelstein/node-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.11 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
37
38
{
"name": "zookeeper"
,"description": "apache zookeeper client (zookeeper async API >= 3.4.0)"
,"version": "3.4.9-3"
,"author": "Yuri Finkelstein <yurif2003@yahoo.com>"
,"contributors": [
"Yuri Finkelstein <yurif2003@yahoo.com>"
,"Woody Anderson <woody.anderson@gmail.com>"
,"Mark Cavage <mcavage@gmail.com>"
,"Dave Dopson <ddopson@gmail.com>"
,"David Trejo <david.daniel.trejo@gmail.com>"
,"Pooya Karimian <pkarimian@sencha.com>"
,"Jakub Lekstan <kuebzky@gmail.com>"
,"Matt Lavin <matt.lavin@gmail.com>"
,"Roy Cheng <roy.b.cheng@newegg.com>"
]
,"repository": {
"type": "git"
,"url": "https://github.com/yfinkelstein/node-zookeeper"
}
,"keywords": ["apache", "zookeeper", "client"]
,"dependencies": {
"async": "~2.1.4"
,"nan": "~2.5.0"
,"lodash": "~4.17.2"
}
,"devDependencies": {
"log4js": "~1.0.1"
,"webworker": ">=0.8.4"
}
,"main": "lib/index"
,"scripts" : {
"build" : "node-gyp configure build"
,"test" : "pushd test; ./test; popd"
,"prepublish" : "./scripts/prepublish.sh"
}
,"engines": { "node": ">=0.10" }
}