grunt-responsive-images-sbcustom
Version:
Produce images at different sizes for responsive websites.
56 lines (55 loc) • 1.26 kB
JSON
{
"name": "grunt-responsive-images-sbcustom",
"description": "Produce images at different sizes for responsive websites.",
"version": "0.0.4",
"homepage": "https://github.com/hamsterbacke23/grunt-responsive-images",
"author": {
"name": "tobiasschmidt"
},
"repository": {
"type": "git",
"url": "git://github.com/hamsterbacke23/grunt-responsive-images"
},
"bugs": {
"url": "https://github.com/hamsterbacke23/grunt-responsive-images/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hamsterbacke23/grunt-responsive-images/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "~0.2.8",
"gm": "~1.14.2",
"grunt": "~0.4.1",
"lodash": "~1.0.0",
"node-imagemagick": "~0.1.8"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"q": "~0.9.7"
},
"keywords": [
"grunt",
"gruntplugin",
"img",
"image",
"images",
"picturefill",
"responsive",
"responsivedesign",
"srcset",
"imagemagick",
"graphicsmagick"
]
}