forked from 1000ch/gulp-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.21 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "gulp-image",
"version": "4.3.0",
"description": "Optimize PNG, JPG, GIF, SVG images with gulp task.",
"repository": "1000ch/gulp-image",
"author": {
"name": "1000ch",
"email": "[email protected]",
"web": "https://github.com/1000ch"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "ava"
},
"bugs": {
"url": "https://github.com/1000ch/gulp-image/issues"
},
"dependencies": {
"ansi-colors": "^2.0.1",
"exec-buffer": "^3.2.0",
"fancy-log": "^1.3.2",
"filesize": "^3.5.0",
"gifsicle": "^3.0.3",
"guetzli": "^1.0.1",
"is-gif": "^1.0.0",
"is-jpg": "^2.0.0",
"is-png": "^1.1.0",
"is-svg": "^3.0.0",
"jpeg-recompress-bin": "^3.0.1",
"mozjpeg": "^6.0.0",
"optipng-bin": "^4.0.0",
"plugin-error": "^1.0.0",
"pngquant-bin": "^4.0.0",
"replace-ext": "^1.0.0",
"round10": "^1.0.3",
"svgo": "^1.0.2",
"through2-concurrent": "^1.1.1",
"zopflipng-bin": "^4.0.0"
},
"devDependencies": {
"ava": "^0.25.0"
},
"keywords": [
"compress",
"minify",
"optimize",
"image",
"img",
"jpg",
"jpeg",
"png",
"gif",
"svg",
"gulpplugin"
]
}