forked from floatdrop/gulp-plumber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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": "[email protected]",
"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"
}