-
Notifications
You must be signed in to change notification settings - Fork 175
/
package.json
59 lines (59 loc) · 1.1 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": "^6.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0"
},
"appveyor_id": "7w491e6edsuanreu"
}