{
  "name": "sprity-gm",
  "version": "1.0.2",
  "description": "gm image processing engine for sprity",
  "repository": {
    "type": "git",
    "url": "https://github.com/sprity/sprity-gm.git"
  },
  "homepage": "https://github.com/sprity/sprity-gm",
  "bugs": {
    "url": "https://github.com/sprity/sprity-gm/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/sprity/sprity-gm/blob/master/LICENSE-MIT"
    }
  ],
  "author": {
    "name": "Alexander Slansky",
    "email": "alexander@slansky.net",
    "url": "http://slansky.net"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "hint": "eslint index.js",
    "style": "jscs index.js"
  },
  "main": "./index.js",
  "keywords": [
    "sprites",
    "sprite",
    "libgd",
    "gm",
    "imagemagick",
    "graphicsmagick",
    "css-sprite",
    "sprity"
  ],
  "dependencies": {
    "bluebird": "^2.9.24",
    "color": "^0.8.0",
    "gm": "1.17.0"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "mocha": "^2.2.4"
  }
}
