{
  "author": "Evan Tahler <evantahler@gmail.com>",
  "name": "elasticdump",
  "description": "import and export tools for elasticsearch",
  "version": "6.8.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/taskrabbit/elasticsearch-dump.git"
  },
  "main": "elasticdump.js",
  "keywords": [
    "elasticsearch",
    "dump",
    "elasticdump",
    "import",
    "export",
    "transfer",
    "migrate",
    "migration",
    "elasitic",
    "cluster",
    "elastic-dump",
    "elastic dump"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "JSONStream": "^1.3.5",
    "async": "^2.0.1",
    "aws-sdk": "^2.524.0",
    "aws4": "^1.8.0",
    "bytes": "^3.1.0",
    "decimal.js": "^10.2.0",
    "delay": "^4.3.0",
    "ini": "^1.3.5",
    "lodash": "^4.17.15",
    "lossless-json": "^1.0.3",
    "optimist": "latest",
    "p-queue": "^6.1.1",
    "request": "2.x.x",
    "requestretry": "^4.0.0",
    "s3-stream-upload": "2.0.2",
    "s3urls": "^1.5.2",
    "socks5-http-client": "^1.0.4",
    "socks5-https-client": "^1.2.1"
  },
  "devDependencies": {
    "jsonpath": "1.0.2",
    "mocha": "latest",
    "should": "latest",
    "standard": "^14.1.0"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "describe",
      "before",
      "beforeEach",
      "after",
      "afterEach"
    ]
  },
  "bin": {
    "elasticdump": "./bin/elasticdump",
    "multielasticdump": "./bin/multielasticdump"
  },
  "scripts": {
    "pretest": "standard",
    "test": "mocha"
  }
}
