{
  "name": "gulp-image-resize",
  "description": "Resizing images made easy.",
  "version": "0.13.1",
  "homepage": "https://github.com/scalableminds/gulp-image-resize",
  "author": {
    "name": "Norman Rzepka",
    "email": "norman@scm.io",
    "url": "http://scm.io"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/scalableminds/gulp-image-resize"
  },
  "bugs": {
    "url": "https://github.com/scalableminds/gulp-image-resize/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "gulp test"
  },
  "devDependencies": {
    "gulp": "~3.5.5",
    "gm": "~1.14.2",
    "gulp-clean": "~0.2.4",
    "gulp-jshint": "~1.5.0",
    "run-sequence": "~0.3.6",
    "jshint-stylish": "~0.1.5",
    "gulp-mocha": "~0.4.1"
  },
  "keywords": [
    "gulpplugin"
  ],
  "dependencies": {
    "async": "~2.6.2",
    "gulp-gm": "~0.0.9",
    "through2": "~2.0.5",
    "lodash": "~4.17.14"
  }
}
