{
  "name": "gulp-footer",
  "version": "2.1.0",
  "description": "Gulp extension to add footer to file(s) in the pipeline.",
  "main": "./index.js",
  "proxy": null,
  "https-proxy": null,
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/gulp-community/gulp-footer.git"
  },
  "keywords": [
    "footer",
    "gulpplugin",
    "eventstream"
  ],
  "author": {
    "name": "Michael J. Ryan",
    "email": "tracker1@gmail.com",
    "url": "http://github.com/tracker1"
  },
  "contributors": [
    {
      "name": "Michael J. Ryan",
      "email": "tracker1@gmail.com",
      "url": "http://github.com/tracker1"
    },
    {
      "name": "Simon Kurtz",
      "email": "simonkurtz@gmail.com",
      "url": "https://github.com/simonua"
    },
    {
      "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/gulp-community/gulp-footer/issues"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "map-stream": "^0.0.7"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "vinyl": "^0.5.3"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  }
}