{
	"name": "grunt-svgmin",
	"version": "7.0.0",
	"description": "Minify SVG",
	"license": "MIT",
	"repository": "sindresorhus/grunt-svgmin",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=14.16"
	},
	"scripts": {
		"test": "xo && grunt"
	},
	"files": [
		"tasks"
	],
	"keywords": [
		"gruntplugin",
		"svg",
		"vector",
		"graphic",
		"image",
		"optimize",
		"minify"
	],
	"dependencies": {
		"chalk": "^4.1.2",
		"log-symbols": "^4.1.0",
		"pretty-bytes": "^5.6.0",
		"svgo": "^3.0.2"
	},
	"devDependencies": {
		"grunt": "^1.0.3",
		"grunt-cli": "^1.3.2",
		"grunt-contrib-clean": "^2.0.0",
		"grunt-simple-mocha": "^0.4.1",
		"xo": "^0.53.1"
	},
	"peerDependencies": {
		"grunt": ">=1"
	},
	"xo": {
		"rules": {
			"unicorn/prefer-module": "off"
		}
	}
}
