35 lines
538 B
JSON
35 lines
538 B
JSON
{
|
|
"name": "imagemin-optipng",
|
|
"version": "7.1.0",
|
|
"description": "Imagemin plugin for OptiPNG",
|
|
"license": "MIT",
|
|
"repository": "imagemin/imagemin-optipng",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"imageminplugin",
|
|
"compress",
|
|
"image",
|
|
"minify",
|
|
"optimize",
|
|
"optipng",
|
|
"png"
|
|
],
|
|
"dependencies": {
|
|
"exec-buffer": "^3.0.0",
|
|
"is-png": "^2.0.0",
|
|
"optipng-bin": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"xo": "^0.25.3"
|
|
}
|
|
}
|