-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 864 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 864 Bytes
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
{
"name": "gulp-prettyerror",
"version": "2.0.0",
"description": "Display Errors in a pretty way, without breaking watch tasks",
"keywords": [
"gulp",
"error",
"terminal",
"stream",
"pipe",
"watch",
"utility",
"plumber",
"task"
],
"homepage": "https://github.com/AndiDittrich/gulp-prettyerror",
"bugs": "https://github.com/AndiDittrich/gulp-prettyerror/issues",
"repository": "AndiDittrich/gulp-prettyerror",
"files": [
"gulp-prettyerror.js"
],
"main": "./gulp-prettyerror.js",
"author": "Andi Dittrich (https://andidittrich.de)",
"license": "MIT",
"dependencies": {
"ansi-colors": "^4.1.1",
"gulp-plumber": "^1.1.0",
"gulplog": "^1.0.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^3.0.2"
}
}