| { |
| "author": { |
| "email": "team@gulpjs.com", |
| "name": "Gulp Team", |
| "url": "http://gulpjs.com/" |
| }, |
| "bugs": { |
| "url": "https://github.com/gulpjs/plugin-error/issues" |
| }, |
| "bundleDependencies": false, |
| "contributors": [ |
| { |
| "email": "jon.schlinkert@sellside.com", |
| "name": "Jon Schlinkert" |
| }, |
| { |
| "email": "blaine.bublitz@gmail.com", |
| "name": "Blaine Bublitz" |
| } |
| ], |
| "dependencies": { |
| "ansi-colors": "^1.0.1", |
| "arr-diff": "^4.0.0", |
| "arr-union": "^3.1.0", |
| "extend-shallow": "^3.0.2" |
| }, |
| "deprecated": false, |
| "description": "Error handling for Vinyl plugins.", |
| "devDependencies": { |
| "eslint": "^1.7.3", |
| "eslint-config-gulp": "^2.0.0", |
| "expect": "^1.20.2", |
| "istanbul": "^0.4.3", |
| "istanbul-coveralls": "^1.0.3", |
| "jscs": "^2.3.5", |
| "jscs-preset-gulp": "^1.0.0", |
| "mocha": "^3.0.0", |
| "typescript": "^2.6.2" |
| }, |
| "engines": { |
| "node": ">= 0.10" |
| }, |
| "files": [ |
| "LICENSE", |
| "index.d.ts", |
| "index.js" |
| ], |
| "homepage": "https://github.com/gulpjs/plugin-error#readme", |
| "keywords": [ |
| "error", |
| "plugin", |
| "gulp-util" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "plugin-error", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/gulpjs/plugin-error.git" |
| }, |
| "scripts": { |
| "cover": "istanbul cover _mocha --report lcovonly", |
| "coveralls": "npm run cover && istanbul-coveralls", |
| "lint": "eslint . && jscs index.js test/", |
| "pretest": "npm run lint", |
| "test": "mocha --async-only && npm run test-types", |
| "test-types": "tsc -p test/types" |
| }, |
| "version": "1.0.1" |
| } |