forked from stawberri/imagemin-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "@nerevu/imagemin-brunch",
"version": "1.3.0",
"description": "Simple image minification for brunch",
"main": "index.js",
"scripts": {
"prettify": "prettier --write 'index.js'",
"lint": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerevu/imagemin-brunch.git"
},
"keywords": [
"brunch",
"brunchplugin",
"imagemin",
"image",
"photo",
"optimize",
"optimise",
"minify",
"minifier"
],
"author": "Pudding <[email protected]> (https://aideen.pw/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nerevu/imagemin-brunch/issues"
},
"homepage": "https://github.com/nerevu/imagemin-brunch#readme",
"dependencies": {
"imagemin": "^7.0.1",
"loggy": "^1.0.8",
"plur": "^4.0.0",
"pretty-bytes": "^5.3.0",
"trim-newlines": ">=3.0.1",
"normalize-url": ">=4.5.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^1.19.1"
},
"optionalDependencies": {
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0"
}
}