{
  "name": "gulp-header",
  "version": "1.8.12",
  "description": "Gulp extension to add header to file(s) in the pipeline.",
  "main": "./index.js",
  "proxy": null,
  "https-proxy": null,
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "publish-major": "npm version major && git push origin master && git push --tags",
    "publish-minor": "npm version minor && git push origin master && git push --tags",
    "publish-patch": "npm version patch && git push origin master && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tracker1/gulp-header.git"
  },
  "keywords": [
    "header",
    "gulpplugin",
    "eventstream"
  ],
  "author": {
    "name": "Michael J. Ryan",
    "email": "tracker1@gmail.com",
    "url": "http://github.com/tracker1"
  },
  "contributors": [
    {
      "name": "GoDaddy.com",
      "url": "http://github.com/godaddy"
    },
    {
      "name": "Douglas Duteil",
      "email": "douglasduteil@gmail.com",
      "url": "http://github.com/douglasduteil"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tracker1/gulp-header/issues"
  },
  "dependencies": {
    "concat-with-sourcemaps": "*",
    "lodash.template": "^4.4.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "event-stream": "^3.1.7",
    "gulp": "^3.9.0",
    "mocha": "*",
    "should": "*",
    "vinyl": "*"
  }
}
