46 lines
992 B
JSON
46 lines
992 B
JSON
{
|
|
"name": "img-loader",
|
|
"version": "3.0.2",
|
|
"description": "Image minimizing loader for webpack 4",
|
|
"keywords": [
|
|
"image",
|
|
"imagemin",
|
|
"image-loader",
|
|
"optimize",
|
|
"minify",
|
|
"webpack",
|
|
"webpack-loader"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/vanwagonet/img-loader.git"
|
|
},
|
|
"author": {
|
|
"name": "Andy VanWagoner",
|
|
"email": "andy@vanwago.net"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vanwagonet/img-loader/issues"
|
|
},
|
|
"homepage": "https://github.com/vanwagonet/img-loader",
|
|
"dependencies": {
|
|
"loader-utils": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"imagemin": "^5.0.0 || ^6.0.0 || ^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"file-loader": "^4.0.0",
|
|
"imagemin": "^7.0.0",
|
|
"imagemin-gifsicle": "^6.0.0",
|
|
"imagemin-svgo": "^7.0.0",
|
|
"memory-fs": "^0.4.1",
|
|
"mocha": "^6.0.0",
|
|
"webpack": "^4.38.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha __tests__/*.spec.js"
|
|
}
|
|
}
|