UNPKG

grunt-contrib-kraken

Version:

Grunt plugin to optimize all your images with the powerful Kraken.io API

60 lines (59 loc) 1.13 kB
{ "name": "grunt-contrib-kraken", "version": "0.1.3", "description": "Grunt plugin to optimize all your images with the powerful Kraken.io API", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/kraken-io/grunt-contrib-kraken" }, "scripts": { "test": "mocha" }, "files": [ "tasks", "LICENSE" ], "author": { "name": "Przemek Matylla", "email": "pmatylla@kraken.io" }, "keywords": [ "gruntplugin", "kraken", "kraken-io", "krakenio", "image", "img", "picture", "photo", "png", "jpg", "jpeg", "gif", "minify", "minifier", "compress" ], "engines": { "node": ">=0.10.0" }, "dependencies": { "async": "^0.9.0", "chalk": "^0.5.1", "is-gif": "^1.0.0", "is-jpg": "^1.0.0", "is-png": "^1.0.0", "kraken": "^0.2.0", "pretty-bytes": "^1.0.1", "request": "^2.40.0" }, "devDependencies": { "mocha": "*" }, "bugs": { "url": "https://github.com/kraken-io/grunt-contrib-kraken/issues" }, "homepage": "https://kraken.io" }