38 lines
585 B
JSON
38 lines
585 B
JSON
{
|
|
"name": "imagemin-gifsicle",
|
|
"version": "6.0.1",
|
|
"description": "Imagemin plugin for Gifsicle",
|
|
"license": "MIT",
|
|
"repository": "imagemin/imagemin-gifsicle",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"compress",
|
|
"gif",
|
|
"gifsicle",
|
|
"gulpplugin",
|
|
"image",
|
|
"imageminplugin",
|
|
"img",
|
|
"minify",
|
|
"optimize"
|
|
],
|
|
"dependencies": {
|
|
"exec-buffer": "^3.0.0",
|
|
"gifsicle": "^4.0.0",
|
|
"is-gif": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"pify": "^4.0.0",
|
|
"xo": "^0.23.0"
|
|
}
|
|
}
|