UNPKG

metalsmith-optipng

Version:

Metalsmith wrapper for [optipng](https://www.npmjs.com/package/optipng)

34 lines (33 loc) 789 B
{ "name": "metalsmith-optipng", "version": "0.0.2", "description": "", "main": "index.js", "dependencies": { "lodash": "^4.17.4", "multimatch": "^2.1.0", "optipng": "^1.0.0", "shrinkwrap": "^0.4.0", "stream-to-array": "^2.3.0", "streamifier": "^0.1.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AnthonyAstige/metalsmith-optipng.git" }, "keywords": [ "Metalsmith", "optipng", "png" ], "author": "Anthony Astige", "license": "ISC", "bugs": { "url": "https://github.com/AnthonyAstige/metalsmith-optipng/issues" }, "homepage": "https://github.com/AnthonyAstige/metalsmith-optipng#readme" }