{
  "name": "solr-node",
  "version": "1.2.1",
  "description": "Simple Solr Node Client Project",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/godong9/solr-node.git"
  },
  "keywords": [
    "solr",
    "solr client",
    "solr node",
    "solr-client",
    "solr-node"
  ],
  "author": "godong9",
  "engines": {
    "node": ">= 0.12.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/godong9/solr-node/issues"
  },
  "homepage": "https://github.com/godong9/solr-node/wiki",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "gulp": "^4.0.0",
    "gulp-istanbul": "^1.1.1",
    "gulp-jsdoc3": "^2.0.0",
    "gulp-jshint": "^2.0.0",
    "gulp-mocha": "^6.0.0",
    "jsdoc": "^3.6.1",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "mocha": "^5.2.0",
    "nock": "^10.0.3"
  },
  "dependencies": {
    "@log4js-node/log4js-api": "^1.0.2",
    "node-fetch": "^2.3.0",
    "underscore": "^1.8.3"
  }
}
