-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
27 lines (27 loc) · 850 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
{
"name": "imagemin-webp-webpack-plugin",
"version": "3.3.6",
"description": "Webpack plugin which converts images to the WebP format while also keeping the original files.",
"author": {
"name": "Alexandru Pavaloi",
"email": "[email protected]",
"url": "https://iampava.com"
},
"license": "MIT",
"main": "plugin.js",
"keywords": [
"webpack",
"plugin",
"webp",
"imagemin",
"images"
],
"repository": "https://github.com/iampava/imagemin-webp-webpack-plugin.git",
"bugs": "https://github.com/iampava/imagemin-webp-webpack-plugin/issues",
"homepage": "https://github.com/iampava/imagemin-webp-webpack-plugin",
"dependencies": {
"imagemin": "^7.0.1",
"imagemin-gif2webp": "^3.0.0",
"imagemin-webp": "^6.0.0"
}
}