{
  "name": "vinyl-elasticsearch",
  "version": "1.13.0",
  "description": "Presents ElasticSearch as a destination stream of Vinyl objects.",
  "scripts": {
    "test": "docker-compose up --build --abort-on-container-exit --exit-code-from test test",
    "preversion": "npm test",
    "docker": "docker run -it -v \"${PWD}\":/usr/src/app --env-file=.env vinyl-elasticsearch",
    "dockerbuild": "docker build -t vinyl-elasticsearch ."
  },
  "keywords": [
    "vinyl",
    "gulpfriendly",
    "elasticsearch",
    "siftttfriendly"
  ],
  "author": "Mark Birbeck <mark.birbeck@gmail.com> (http://markbirbeck.com/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/markbirbeck/vinyl-elasticsearch.git"
  },
  "bugs": {
    "url": "https://github.com/markbirbeck/vinyl-elasticsearch/issues"
  },
  "homepage": "https://github.com/markbirbeck/vinyl-elasticsearch",
  "dependencies": {
    "elasticsearch": "^13.2.0",
    "highland": "^2.7.3",
    "http-aws-es": "^1.1.3",
    "lodash": "^4.8.2",
    "retry": "^0.9.0"
  },
  "engine": ">= 4.0.0"
}
