{
  "name": "gulp-extend",
  "version": "0.3.0",
  "description": "A gulp plugin to extend (merge) JSON contents",
  "keywords": [
    "gulpplugin",
    "extend",
    "merge",
    "gulp"
  ],
  "homepage": "https://github.com/adamayres/gulp-extend",
  "bugs": "https://github.com/adamayres/gulp-extend/issues",
  "author": {
    "name": "Adam Ayres",
    "email": "magicaj@gmail.com",
    "url": "https://github.com/adamayres"
  },
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/adamayres/gulp-extend.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "event-stream": "*",
    "node.extend": "~2.0.2",
    "through": "~2.3.4",
    "gulp-util": "~3.0.8"
  },
  "devDependencies": {
    "mocha": "6.0.2",
    "should": "13.2.3",
    "gulp-util": "~3.0.8"
  },
  "engines": {
    "node": ">=6.14.x",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ]
}
