Files
2025-07-08 14:47:27 +02:00

44 lines
1018 B
JSON

{
"name": "@fomantic/gulp-plumber",
"version": "1.2.2",
"description": "Prevent pipe breaking caused by errors from gulp plugins",
"keywords": [
"gulpplugin"
],
"homepage": "https://github.com/fomantic/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/fomantic/gulp-plumber.git"
},
"scripts": {
"test": "mocha -R spec",
"coverage": "nyc mocha -R spec"
},
"dependencies": {
"chalk": "^4.1.2",
"fancy-log": "^2.0.0",
"plugin-error": "^2.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"event-stream": "^4.0.1",
"gulp": "^5.0.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0",
"should": "^13.2.3",
"through": "^2.3.8"
},
"engines": {
"node": ">=12",
"npm": ">=6"
},
"license": "MIT"
}