35 lines
559 B
JSON
35 lines
559 B
JSON
{
|
|
"name": "imagemin-svgo",
|
|
"version": "7.1.0",
|
|
"description": "SVGO imagemin plugin",
|
|
"license": "MIT",
|
|
"repository": "imagemin/imagemin-svgo",
|
|
"funding": "https://github.com/sindresorhus/imagemin-svgo?sponsor=1",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"compress",
|
|
"image",
|
|
"imageminplugin",
|
|
"minify",
|
|
"optimize",
|
|
"svg",
|
|
"svgo"
|
|
],
|
|
"dependencies": {
|
|
"is-svg": "^4.2.1",
|
|
"svgo": "^1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^1.0.0",
|
|
"xo": "^0.20.0"
|
|
}
|
|
}
|