UNPKG

node-solr-smart-client

Version:
44 lines (43 loc) 1.06 kB
{ "name": "node-solr-smart-client", "version": "0.2.2", "description": "A node solr-client smart constructor", "main": "lib/index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/jijordre/node-solr-smart-client.git" }, "keywords": [ "solr", "zookeeper", "solr cloud" ], "author": "Jens Ivar Jordre <jensivar@hubii.com> (http://about.me/jijordre)", "licenses": [ { "type": "MIT", "url": "https://github.com/jijordre/node-solr-smart-client/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/jijordre/node-solr-smart-client/issues" }, "homepage": "https://github.com/jijordre/node-solr-smart-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.5.x", "underscore": "1.8.x", "url": "0.10.x" } }