{
  "name": "rump-images",
  "version": "0.8.0",
  "author": "Juan Placencia",
  "description": "Rump piece for handling images",
  "license": "MIT",
  "homepage": "https://github.com/rumps/images",
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/rumps/images"
  },
  "keywords": [
    "gm",
    "gulp-gm",
    "gulp",
    "gulp-imagemin",
    "imagemin",
    "images",
    "rump",
    "rump-module"
  ],
  "scripts": {
    "codecov": "npm run coverage",
    "postcodecov": "codecov < coverage/coverage.json",
    "precompile": "[ -d lib ] && trash lib || true",
    "compile": "babel src --out-dir lib --source-maps=inline",
    "coverage": "babel-node node_modules/isparta/bin/isparta cover --report json --report html --report text node_modules/mocha/bin/_mocha -- -R min",
    "lint": "eslint src test",
    "pub": "npm run test && npm run compile && npm publish",
    "pretest": "npm run lint",
    "test": "mocha"
  },
  "dependencies": {
    "babel-runtime": "^5.8.20",
    "extend": "^3.0.0",
    "globule": "^0.2.0",
    "gulp-changed": "^1.0.0",
    "gulp-clone": "^1.0.0",
    "gulp-filter": "^3.0.0",
    "gulp-gm": "^0.0.7",
    "gulp-imagemin": "^2.1.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.0",
    "gulp-util": "^3.0.1"
  },
  "devDependencies": {
    "babel": "^5.8.19",
    "babel-eslint": "^4.0.5",
    "bluebird": "^2.9.34",
    "buffer-equal": "^0.0.1",
    "codecov.io": "^0.1.5",
    "eslint": "^1.0.0",
    "graceful-fs": "^4.1.2",
    "gulp": "^3.9.0",
    "image-size": "^0.3.5",
    "isparta": "^3.0.3",
    "mocha": "^2.2.5",
    "mz": "^2.0.0",
    "rump": "^0.8.0",
    "should": "^7.0.2",
    "should-sinon": "0.0.3",
    "sinon": "^1.15.4",
    "timeout-then": "^1.0.0",
    "trash": "^2.0.0"
  }
}
