forked from JamieMason/grunt-imageoptim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.4 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
60
61
{
"name": "grunt-imageoptim",
"description": "Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process",
"homepage": "https://github.com/JamieMason/grunt-imageoptim",
"version": "1.2.12",
"main": "Gruntfile.js",
"author": {
"name": "Jamie Mason @GotNoSugarBaby",
"email": "[email protected]",
"url": "https://github.com/JamieMason"
},
"repository": {
"type": "git",
"url": "[email protected]:JamieMason/grunt-imageoptim.git"
},
"bugs": {
"url": "https://github.com/JamieMason/grunt-imageoptim/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JamieMason/grunt-imageoptim/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"imageoptim-cli": "1.6.18",
"q": "0.9.6"
},
"devDependencies": {
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"advpng",
"build",
"compress",
"compression",
"gifsicle",
"gruntplugin",
"ImageOptim",
"images",
"JPEGmini",
"jpegoptim",
"jpegtran",
"optimization",
"optimize",
"optipng",
"pngcrush",
"pngout"
],
"contributors": [
"Jamie Mason (https://github.com/JamieMason)",
"David Bushell (https://github.com/dbushell)",
"Adam Simpson ((https://github.com/asimpson)"
]
}