UNPKG

@djforth/ap_imagemin

Version:

Asset Pipeline plugin for imagemin

56 lines (55 loc) 1.32 kB
{ "name": "@djforth/ap_imagemin", "version": "3.0.0-pre.1", "description": "Asset Pipeline plugin for imagemin", "main": "index.js", "bin": { "asset-pipeline-imagemin": "./bin/build.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "url": "git+https://github.com/djforth/ap_imagemin.git", "type": "git" }, "keywords": [ "Asset", "pipeline", "imagemin", "images" ], "author": "A Stainforth", "license": "MIT", "bugs": { "url": "https://github.com/djforth/ap_imagemin/issues" }, "homepage": "https://github.com/djforth/ap_imagemin#readme", "eslintConfig": { "extends": "morsedigital", "rules": { "no-console": 0, "require-jsdoc": 0 } }, "devDependencies": { "@djforth/ap_utils": "^3.0.1", "chai": "^3.5.0", "eslint-config-morsedigital": "^1.1.0", "lodash": "^4.17.4", "mocha": "^3.2.0" }, "dependencies": { "commander": "^2.9.0", "imagemin": "git+https://github.com/djforth/imagemin", "imagemin-gifsicle": "^5.1.0", "imagemin-jpegtran": "^5.0.2", "imagemin-newer": "^1.0.2", "imagemin-optipng": "^5.1.1", "imagemin-svgo": "^5.1.0" }, "peerDependancies": { "@djforth/ap_utils": "^0.0.0-pre.1", "lodash": "^4.17.4" } }