{
  "name": "gulp-header-comment",
  "version": "0.10.0",
  "description": "Gulp plugin to add header comments to files",
  "main": "dist/index.js",
  "scripts": {
    "clean": "gulp clean",
    "lint": "gulp lint",
    "build": "gulp build",
    "test": "gulp test",
    "tdd": "gulp tdd",
    "release": "gulp release:minor",
    "release:patch": "gulp release:patch",
    "release:minor": "gulp release:minor",
    "release:major": "gulp release:major",
    "changelog": "gulp changelog"
  },
  "keywords": [
    "gulpplugin",
    "gulp"
  ],
  "author": "Mickael Jeanroy",
  "license": "MIT",
  "bugs": "https://github.com/mjeanroy/gulp-header-comment/issues",
  "homepage": "https://github.com/mjeanroy/gulp-header-comment",
  "repository": {
    "type": "git",
    "url": "git://github.com/mjeanroy/gulp-header-comment.git"
  },
  "dependencies": {
    "ansi-colors": "4.1.1",
    "commenting": "1.1.0",
    "fancy-log": "1.3.3",
    "lodash": "4.17.21",
    "magic-string": "0.25.7",
    "moment": "2.29.1",
    "plugin-error": "1.0.1",
    "q": "1.5.1",
    "through2": "4.0.2",
    "vinyl-sourcemaps-apply": "0.2.1"
  },
  "devDependencies": {
    "@babel/core": "7.16.0",
    "@babel/preset-env": "7.16.0",
    "@babel/register": "7.16.0",
    "eslint": "8.2.0",
    "eslint-config-google": "0.14.0",
    "gulp": "4.0.2",
    "gulp-babel": "8.0.0",
    "gulp-bump": "3.2.0",
    "gulp-conventional-changelog": "2.0.35",
    "gulp-eslint": "6.0.0",
    "gulp-git": "2.10.1",
    "gulp-jasmine": "4.0.0",
    "gulp-sourcemaps": "3.0.0",
    "jasmine": "3.6.1",
    "jasmine-core": "3.10.1",
    "rimraf": "3.0.2",
    "tmp": "0.2.1",
    "vinyl": "2.2.1"
  }
}
