{
  "name": "gulp-notice",
  "version": "1.0.3",
  "description": "Add auto-generated notices to the top of your auto-generated files",
  "main": "index.js",
  "scripts": {
    "test": "gulp --gulpfile test/gulpfile.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adamkdean/gulp-notice.git"
  },
  "keywords": [
    "gulp"
  ],
  "author": "Adam K Dean",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamkdean/gulp-notice/issues"
  },
  "homepage": "https://github.com/adamkdean/gulp-notice#readme",
  "dependencies": {
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0"
  }
}
