UNPKG

image-min

Version:

Minify GIF, JPEG and PNG images

43 lines (42 loc) 831 B
{ "name": "image-min", "version": "0.3.2", "description": "Minify GIF, JPEG and PNG images", "license": "MIT", "repository": "kevva/image-min", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha --reporter list --timeout 50000" }, "files": [ "index.js" ], "keywords": [ "extract", "tar", "tar.gz", "zip" ], "dependencies": { "multipipe": "0.0.2", "through2": "^0.4.0", "win-spawn": "^2.0.0" }, "devDependencies": { "mocha": "^1.17.1", "rimraf": "^2.2.6" }, "optionalDependencies": { "gifsicle": "^0.1.0", "jpegtran-bin": "^0.2.0", "optipng-bin": "^0.3.2", "pngquant-bin": "^0.1.6" } }