forked from stawberri/imagemin-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1003 Bytes
/
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
{
"name": "imagemin-brunch",
"version": "1.1.0",
"description": "Simple image minification for brunch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stawberri/imagemin-brunch.git"
},
"keywords": [
"brunch",
"brunchplugin",
"imagemin",
"image",
"photo",
"optimize",
"optimise",
"minify",
"minifier"
],
"author": "Pudding <aideen@aideen.pw> (https://aideen.pw/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stawberri/imagemin-brunch/issues"
},
"homepage": "https://github.com/stawberri/imagemin-brunch#readme",
"dependencies": {
"imagemin": "^5.2.2",
"loggy": "^1.0.2",
"plur": "^2.1.2",
"pretty-bytes": "^4.0.2"
},
"optionalDependencies": {
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^5.2.1"
}
}