{
  "name": "es-bulk-update-builder",
  "repository": {
    "type": "git",
    "url": "https://github.com/stevejay/es-bulk-update-builder"
  },
  "version": "1.0.0",
  "engines": {
    "node": ">=4.3"
  },
  "description": "Bulk update request body builder for Elasticsearch",
  "main": "index.js",
  "scripts": {
    "test": "cross-env NODE_ENV=test mocha --recursive",
    "posttest": "npm run lint",
    "lint": "eslint .",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "prepublish": "npm test"
  },
  "author": {
    "name": "Steve Johns",
    "email": "steve@stevejay.net"
  },
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "cross-env": "^5.1.6",
    "eslint": "^4.19.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.2.0",
    "should": "^13.2.1"
  },
  "keywords": [
    "elasticsearch",
    "bulk",
    "update"
  ],
  "dependencies": {}
}
