{
  "name": "gulp-json-editor",
  "version": "2.4.3",
  "description": "A gulp plugin to edit JSON objects",
  "license": "MIT",
  "main": "./index.js",
  "homepage": "https://github.com/rejas/gulp-json-editor#readme",
  "bugs": "https://github.com/rejas/gulp-json-editor/issues",
  "repository": "https://github.com/rejas/gulp-json-editor.git",
  "author": {
    "name": "rejas",
    "url": "https://github.com/rejas"
  },
  "dependencies": {
    "deepmerge": "^2.2.1",
    "detect-indent": "^5.0.0",
    "js-beautify": "^1.8.8",
    "plugin-error": "^1.0.1",
    "through2": "^3.0.0"
  },
  "devDependencies": {
    "eslint": "^5.8.0",
    "eslint-config-gulp": "^3.0.1",
    "gulp": "^4.0.0",
    "mocha": "^5.2.0",
    "should": "^13.2.3",
    "vinyl": "^2.2.0"
  },
  "engines": {
    "node": ">=6"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "json"
  ],
  "scripts": {
    "lint": "eslint --fix **/*.js",
    "test": "mocha"
  }
}
