UNPKG

grunt-image

Version:

Optimize PNG, JPEG, GIF, SVG images.

68 lines (67 loc) 1.4 kB
{ "name": "grunt-image", "version": "6.4.0", "description": "Optimize PNG, JPEG, GIF, SVG images.", "repository": "1000ch/grunt-image", "author": { "name": "1000ch", "email": "shogosensui@gmail.com", "web": "https://github.com/1000ch" }, "license": "MIT", "engines": { "node": ">=10" }, "scripts": { "test": "xo && grunt test" }, "bugs": { "url": "https://github.com/1000ch/grunt-image/issues" }, "homepage": "https://github.com/1000ch/grunt-image", "keywords": [ "compress", "minify", "optimize", "image", "img", "jpg", "jpeg", "png", "gif", "svg", "gruntplugin" ], "dependencies": { "chalk": "^4.0.0", "each-async": "^1.1.1", "exec-buffer": "^3.2.0", "gifsicle": "^5.1.0", "is-gif": "^3.0.0", "is-jpg": "^2.0.0", "is-png": "^2.0.0", "is-svg": "^4.2.1", "jpeg-recompress-bin": "^5.1.1", "mkdirp": "^1.0.4", "mozjpeg": "^7.0.0", "optipng-bin": "^7.0.0", "pngquant-bin": "^6.0.0", "pretty-bytes": "^5.3.0", "round10": "^1.0.3", "svgo": "^1.3.2", "zopflipng-bin": "^6.0.1" }, "devDependencies": { "grunt": "^1.3.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-nodeunit": "^2.1.0", "xo": "^0.33.0" }, "peerDependencies": { "grunt": "^1.3.0" }, "xo": { "space": 2 } }