{
  "name": "es",
  "description": "API around the ElasticSearch RESTful API -- mostly convenience.",
  "main": "dist",
  "version": "0.8.0",
  "author": "Nick Campbell (http://github.com/ncb000gt)",
  "contributors": [
    "Nick Campbell (http://github.com/ncb000gt)",
    "Gabriel Farrel (http://github.com/gsf)",
    "Richard Marr (http://github.com/richmarr)",
    "Joshua Thomas (http://github.com/brozeph)",
    "Brian Link (https://github.com/cpsubrian)",
    "Doug Moscrop (https://github.com/dougmoscrop)",
    "Robin Momii (http://github.com/rmomii)"
  ],
  "engines": {
    "node": ">= 6.0"
  },
  "keywords": [
    "elastic",
    "search",
    "elastic search",
    "elasticsearch",
    "es",
    "lucene"
  ],
  "repository": "git://github.com/ncb000gt/node-es.git",
  "license": "MIT",
  "homepage": "http://github.com/ncb000gt/node-es",
  "bugs": "http://github.com/ncb000gt/node-es/issues",
  "scripts": {
    "lint": "gulp lint",
    "posttest": "nyc report --reporter=text-lcov | coveralls",
    "prepare": "gulp build",
    "pretest": "gulp clean && gulp lint",
    "test": "NODE_ENV=test nyc mocha ./test/src",
    "test:functional": "NODE_ENV=test nyc mocha ./test/functional",
    "test:unit": "NODE_ENV=test nyc mocha ./test/src"
  },
  "nyc": {
    "all": true,
    "exclude": [
      "src/index.js"
    ],
    "include": [
      "src"
    ],
    "instrument": false,
    "report-dir": "./reports",
    "reporter": [
      "lcov",
      "text",
      "text-summary"
    ],
    "require": [
      "@babel/register"
    ],
    "sourceMap": false
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.14.7",
    "reqlib": "^1.0.13"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.6",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.7",
    "@babel/register": "^7.14.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-istanbul": "^6.0.0",
    "chai": "^4.3.4",
    "coveralls": "^3.1.0",
    "eslint-plugin-babel": "^5.3.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-eslint": "^6.0.0",
    "gulp-sourcemaps": "^3.0.0",
    "mocha": "^9.0.1",
    "nock": "^13.1.0",
    "nyc": "^15.1.0",
    "stact": "^0.0.12"
  }
}
