wishthis/node_modules/gulp-plumber/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "gulp-plumber",
"version": "1.2.1",
"description": "Prevent pipe breaking caused by errors from gulp plugins",
"keywords": [
"gulpplugin"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"homepage": "https://github.com/floatdrop/gulp-plumber",
"bugs": "https://github.com/floatdrop/gulp-plumber/issues",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
"url": "https://github.com/floatdrop"
},
2022-04-08 10:55:35 +00:00
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/floatdrop/gulp-plumber.git"
},
"scripts": {
"test": "xo && mocha -R spec"
2022-01-21 08:28:41 +00:00
},
"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/**"
]
2022-04-08 10:55:35 +00:00
},
"license": "MIT"
2022-01-21 08:28:41 +00:00
}