{ "name": "optipng-bin", "version": "3.1.4", "description": "OptiPNG wrapper that makes it seamlessly available as a local dependency", "license": "MIT", "repository": "imagemin/optipng-bin", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "maintainers": [ { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "github.com/kevva" }, { "name": "Shinnosuke Watanabe", "url": "github.com/shinnn" } ], "engines": { "node": ">=0.10.0" }, "bin": { "optipng": "cli.js" }, "scripts": { "postinstall": "node lib/install.js", "test": "xo && mocha --timeout 50000" }, "files": [ "index.js", "cli.js", "lib" ], "keywords": [ "compress", "image", "img", "minify", "optimize", "png" ], "dependencies": { "bin-build": "^2.0.0", "bin-wrapper": "^3.0.0", "logalot": "^2.0.0" }, "devDependencies": { "bin-check": "^1.0.0", "compare-size": "^1.0.1", "mkdirp": "^0.5.0", "mocha": "^2.2.4", "path-exists": "^1.0.0", "rimraf": "^2.3.2", "xo": "*" } }