{
  "_args": [
    [
      "gulp-header@2.0.5",
      "/home/zoernert/Development/stromdao/CORI"
    ]
  ],
  "_development": true,
  "_from": "gulp-header@2.0.5",
  "_id": "gulp-header@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-7bOIiHvM1GUHIG3LRH+UIanOxyjSys0FbzzgUBlV2cZIIZihEW+KKKKm0ejUBNGvRdhISEFFr6HlptXoa28gtQ==",
  "_location": "/gulp-header",
  "_phantomChildren": {
    "lodash._reinterpolate": "3.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-header@2.0.5",
    "name": "gulp-header",
    "escapedName": "gulp-header",
    "rawSpec": "2.0.5",
    "saveSpec": null,
    "fetchSpec": "2.0.5"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-header/-/gulp-header-2.0.5.tgz",
  "_spec": "2.0.5",
  "_where": "/home/zoernert/Development/stromdao/CORI",
  "author": {
    "name": "Michael J. Ryan",
    "email": "tracker1@gmail.com",
    "url": "http://github.com/tracker1"
  },
  "bugs": {
    "url": "https://github.com/tracker1/gulp-header/issues"
  },
  "contributors": [
    {
      "name": "GoDaddy.com",
      "url": "http://github.com/godaddy"
    },
    {
      "name": "Douglas Duteil",
      "email": "douglasduteil@gmail.com",
      "url": "http://github.com/douglasduteil"
    }
  ],
  "dependencies": {
    "concat-with-sourcemaps": "*",
    "lodash.template": "^4.4.0",
    "through2": "^2.0.0"
  },
  "description": "Gulp extension to add header to file(s) in the pipeline.",
  "devDependencies": {
    "event-stream": "^3.1.7",
    "gulp": "^3.9.0",
    "mocha": "*",
    "should": "*",
    "vinyl": "*"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/tracker1/gulp-header#readme",
  "https-proxy": null,
  "keywords": [
    "header",
    "gulpplugin",
    "eventstream"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "gulp-header",
  "proxy": null,
  "repository": {
    "type": "git",
    "url": "git://github.com/tracker1/gulp-header.git"
  },
  "scripts": {
    "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",
    "test": "mocha --reporter spec"
  },
  "version": "2.0.5"
}
