UNPKG

gulp-image-optimization

Version:

Minify PNG, JPEG and GIF images. this is based on https://github.com/sindresorhus/gulp-imagemin with stream-limit implementation

46 lines 1.06 kB
{ "name": "gulp-image-optimization", "version": "0.1.3", "description": "Minify PNG, JPEG and GIF images. this is based on https://github.com/sindresorhus/gulp-imagemin with stream-limit implementation", "license": "MIT", "repository": "firetix/gulp-image-optimization", "author": { "name": "Mohamed Rachidi", "email": "rachidi29@gmail.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "gulpplugin", "image-min", "image", "img", "picture", "photo", "minify", "minifier", "compress", "png", "jpg", "jpeg", "gif" ], "dependencies": { "gulp-util": "~2.2.0", "image-min": "~0.1.0", "graceful-fs": "~2.0.0", "filesize": "~2.0.0", "temp-write": "~0.1.0", "map-stream-limit": "~1.0.2" }, "devDependencies": { "mocha": "*" } }