{
  "name": "gulp-plumber",
  "version": "1.2.0",
  "description": "Prevent pipe breaking caused by errors from gulp plugins",
  "keywords": [
    "gulpplugin"
  ],
  "homepage": "https://github.com/floatdrop/gulp-plumber",
  "bugs": "https://github.com/floatdrop/gulp-plumber/issues",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com",
    "url": "https://github.com/floatdrop"
  },
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/floatdrop/gulp-plumber.git"
  },
  "scripts": {
    "test": "xo && mocha -R spec"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "fancy-log": "^1.3.2",
    "plugin-error": "^0.1.2",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "event-stream": "^3.3.2",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.0.0",
    "should": "^8.2.2",
    "through": "^2.3.8",
    "xo": "^0.12.1"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.2.10"
  },
  "xo": {
    "ignore": [
      "test/**"
    ]
  },
  "license": "MIT"
}
