aethermx/glob-imagemagick

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "glob-imagemagick",
  "version": "0.0.0",
  "description": "Use a glob pattern to find and resize a set of files with ImageMagick and save them to a new location.",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:aethermx/glob-imagemagick.git"
  },
  "keywords": [
    "glob",
    "image",
    "imagemagick",
    "jpg",
    "png",
    "resize"
  ],
  "author": "@givanse",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aethermx/glob-imagemagick/issues"
  },
  "homepage": "https://github.com/aethermx/glob-imagemagick",
  "devDependencies": {
    "wrench": "^1.5.8",
    "tape": "^2.13.3",
    "image-size": "^0.3.2"
  },
  "dependencies": {
    "async": "^0.9.0",
    "globby": "^0.1.1",
    "gm": "^1.17.0",
    "mkdirp": "^0.5.0"
  }
}