UNPKG

nolr

Version:

Solr Node Client with ES6 Support

48 lines (47 loc) 934 B
{ "name": "nolr", "version": "1.0.2", "description": "Solr Node Client with ES6 Support", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "" }, "keywords": [ "solr", "solr client", "solr node", "solr-client", "solr-node", "nolr" ], "author": "", "engines": { "node": ">= 0.12.0" }, "license": "MIT", "bugs": { "url": "" }, "homepage": "", "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "gulp": "^3.9.1", "gulp-istanbul": "^1.1.1", "gulp-jsdoc3": "^1.0.1", "gulp-jshint": "^2.0.0", "gulp-mocha": "^3.0.1", "jsdoc": "^3.4.0", "jshint": "^2.9.1", "jshint-stylish": "^2.1.0", "mocha": "^3.2.0", "nock": "^9.0.5" }, "dependencies": { "log4js": "^1.0.1", "node-fetch": "^1.6.3", "underscore": "^1.8.3" } }