forked from gruntjs/grunt-contrib-imagemin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.41 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": "grunt-contrib-imagemin",
"version": "4.0.0",
"description": "Minify images",
"license": "MIT",
"repository": "gruntjs/grunt-contrib-imagemin",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"engines": {
"node": ">=8"
},
"scripts": {
"ava": "ava",
"test": "npm run xo && grunt && npm run ava && del-cli tmp",
"xo": "xo"
},
"files": [
"tasks"
],
"keywords": [
"gruntplugin",
"compress",
"gif",
"image",
"img",
"jpeg",
"jpg",
"minify",
"png",
"svg"
],
"dependencies": {
"chalk": "^2.4.1",
"imagemin": "^6.0.0",
"p-map": "^1.2.0",
"plur": "^3.0.1",
"pretty-bytes": "^5.1.0"
},
"xo": {
"rules": {
"promise/prefer-await-to-then": false
}
},
"devDependencies": {
"ava": "^1.4.1",
"del-cli": "^1.1.0",
"grunt": "^1.1.0",
"xo": "^0.23.0"
},
"optionalDependencies": {
"imagemin-gifsicle": "https://github.com/PruvoNet/imagemin-gifsicle#b6fe96f1a12ec6d5883aa7da3b863985666df60d",
"imagemin-jpegtran": "https://github.com/PruvoNet/imagemin-jpegtran#ca66ed9929f716fe6f4038ea0d4f155ee0ae8e5c",
"imagemin-optipng": "https://github.com/PruvoNet/imagemin-optipng#d34eca273dd932f17dc9aba9e64c30371c672c3b",
"imagemin-svgo": "https://github.com/PruvoNet/imagemin-svgo#77678ca483b24ef6fff09b34ed0d824597a287b5"
},
"appveyor_id": "7w491e6edsuanreu"
}