solr-zk-client
Version:
A node solr-client that uses zk to find the livenodes at cluster
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "solr-zk-client",
"version": "0.2.4",
"description": "A node solr-client that uses zk to find the livenodes at cluster",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/EnriqueSampaio/solr-zk-client.git"
},
"keywords": [
"solr",
"zookeeper",
"solr cloud"
],
"author": "Enrique Sampaio <enriquesampaios@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/EnriqueSampaio/solr-zk-client/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/EnriqueSampaio/solr-zk-client/issues"
},
"homepage": "https://github.com/EnriqueSampaio/solr-zk-client",
"devDependencies": {
"proxyquire": "1.4.x",
"mocha": "2.2.x",
"should": "5.2.x",
"sinon": "1.14.x"
},
"dependencies": {
"async": "0.9.x",
"node-rest-client": "1.4.x",
"node-zookeeper-client": "0.2.x",
"solr-client": "0.7.x",
"underscore": "1.8.x",
"url": "0.10.x"
}
}