| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "gulp-plumber",
- "version": "1.2.1",
- "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.4",
- "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"
- }
|