thrift-zookeeper-client
Version:
A module that integrates zookeeper with thrift interfaces with connection pooling logic to make them more robust
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "thrift-zookeeper-client",
"version": "0.1.2",
"description": "A module that integrates zookeeper with thrift interfaces with connection pooling logic to make them more robust",
"main": "lib/thrift-zookeeper-client",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kjoshi1988/thrift-zookeeper-server-set.git"
},
"keywords": [
"thrift",
"zookeeper",
"pooling",
"connection",
"connection-pooling",
"thrift-pooling",
"server-set",
"thrift",
"load",
"balancing",
"multiserver"
],
"author": "Kapil Joshi <kjoshi1988@gmail.com>",
"license": "MIT",
"dependencies": {
"node-pool-cluster": "~1.0.1",
"node-zookeeper-client": "~0.2.2",
"thrift": "~0.9.3",
"underscore": "~1.8.3",
"underscore.deep": "~0.5.1",
"zookeeper": "~3.4.7-1"
},
"devDependencies": {
"mocha": ">=2.3.0"
},
"bugs": {
"url": "https://github.com/kjoshi1988/thrift-zookeeper-server-set/issues"
},
"homepage": "https://github.com/kjoshi1988/thrift-zookeeper-server-set#readme"
}