{
  "name": "amphora-search",
  "version": "8.0.0",
  "description": "Making it easier to use Elastic Search with Amphora",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && npm run jest",
    "jest": "jest",
    "lint": "eslint --max-warnings 0 lib test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clay/amphora-search.git"
  },
  "author": "New York Media",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/clay/amphora-search/issues"
  },
  "homepage": "https://github.com/clay/amphora-search#readme",
  "keywords": [
    "amphora",
    "clay",
    "kiln",
    "clay-kiln"
  ],
  "dependencies": {
    "amphora-fs": "^2.0.0",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.1",
    "chalk": "^1.1.3",
    "clay-log": "^1.1.0",
    "clayutils": "^3.0.0",
    "elasticsearch": "^13.0.1",
    "elasticsearch-scroll-stream": "^1.1.3",
    "express": "^4.16.3",
    "glob": "^7.1.1",
    "highland": "^2.11.1",
    "lodash": "^4.17.20",
    "lodash-ny-util": "^0.1.1",
    "promise-queue": "^2.2.3",
    "redis": "^2.8.0",
    "util": "^0.10.3",
    "xml-js": "^1.6.2"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^4.6.1",
    "jest": "^23.4.1",
    "supertest": "^3.0.0"
  },
  "engines": {
    "node": "^8.0.0"
  }
}
