{
  "name": "gulp-fail",
  "description": "A gulp plugin which forces a task to fail.",
  "version": "2.0.0",
  "engines": {
    "node": ">=4.0"
  },
  "license": "MIT",
  "repository": "gitlab:bsara/gulp-fail.git",
  "homepage": "https://gitlab.com/bsara/gulp-fail#readme",
  "bugs": "https://gitlab.com/bsara/gulp-fail/issues",
  "author": "Brandon Sara (https://bsara.dev)",
  "contributors": [
    "Brian Frichette (https://github.com/bfricka)",
    "Victor Hugo Teles Costa (https://github.com/victorhtc)"
  ],
  "keywords": [
    "gulpplugin",
    "abort",
    "kill",
    "fail",
    "error",
    "stop"
  ],
  "scripts": {
    "test": "npx jshint *.js && jscs *.js",
    "bump": "npm --no-git-tag-version version patch",
    "bump:major": "npm --no-git-tag-version version major",
    "bump:minor": "npm --no-git-tag-version version minor",
    "bump:patch": "npm --no-git-tag-version version patch",
    "postversion": "npx update-version-comment-refs && npx push-version-comment-refs",
    "prepublishOnly": "git push && npx tag-version",
    "postpublish": "npm run bump"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "ansi-colors": ">=4.1.1 <4.2",
    "plugin-error": ">=1.0.1 <1.1",
    "through2": ">=3.0.1 <3.1"
  },
  "devDependencies": {
    "jscs": "latest",
    "jshint": "latest",
    "npm-scripts-versioning": "^1.0.0-beta.8"
  }
}
