{
  "name": "gulp-append-prepend",
  "version": "1.0.9",
  "description": "Simple Gulp plugin to append/prepend.",
  "types": "./index.d.ts",
  "main": "index.js",
  "keywords": [
    "gulpplugin",
    "gulp",
    "append",
    "prepend",
    "insert"
  ],
  "homepage": "https://github.com/NoczCore/gulp-append-prepend",
  "author": {
    "name": "James Hemery",
    "url": "https://github.com/JamesHemery/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/JamesHemery/gulp-append-prepend.git"
  },
  "bugs": {
    "url": "https://github.com/JamesHemery/gulp-append-prepend/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/JamesHemery/gulp-append-prepend/blob/master/LICENSE"
    }
  ],
  "jshintConfig": {
    "esversion": 9,
    "strict": "implied",
    "eqeqeq": true,
    "undef": true,
    "unused": true,
    "mocha": true,
    "node": true
  },
  "scripts": {
    "pretest": "jshint *.js spec",
    "test": "mocha spec/*.js"
  },
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "read-file": "^0.2.0",
    "through2": "^2.0.1",
    "plugin-error": "^1.0.1"
  },
  "devDependencies": {
    "jshint": "^2.10.2",
    "mocha": "^5.2.0",
    "vinyl": "~2.2.0"
  }
}
