forked from tcoopman/image-webpack-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 730 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 730 Bytes
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
{
"name": "image-webpack-loader",
"version": "3.1.0",
"description": "Image loader module for webpack",
"author": "Thomas Coopman @tcoopman",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:tcoopman/image-webpack-loader.git"
},
"scripts": {
"test": "rm -rf test/public/assets && ./node_modules/.bin/webpack --config test/webpack.config.js"
},
"dependencies": {
"loader-utils": "^0.2.16",
"imagemin": "^5.2.2",
"file-loader": "^0.9.0",
"imagemin-gifsicle": "^5.1.0",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-optipng": "^5.2.1",
"imagemin-svgo": "^5.2.0",
"imagemin-pngquant": "^5.0.0"
},
"devDependencies": {
"webpack": "^1.13.2"
}
}