{
  "name": "deepzoomtools",
  "description": "Node.js tool for converting images to Deep Zoom images (DZI).",
  "version": "0.0.8",
  "author": "Daniel Gasienica <daniel@gasienica.ch>",
  "contributors": [
    {
      "name": "Ian Gilman",
      "email": "ian@iangilman.com"
    },
    {
      "name": "Kevin Ewing",
      "email": "notmyuwmail@gmail.com"
    },
    {
      "name": "Ken Perkins",
      "email": "ken.perkins@rackspace.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/openzoom/node-deepzoomtools.git"
  },
  "scripts": {
    "build": "_coffee -m -c lib/",
    "clean": "rm -f lib/*.{js,map}",
    "prepublish": "npm run build",
    "postpublish": "npm run clean",
    "test": "_coffee test"
  },
  "main": "./lib",
  "dependencies": {
    "coffee-script": "^1.8.0",
    "gm": "^1.13.1",
    "mkdirp": "^0.3.5",
    "progress": "^1.1.0",
    "semver": "^2.2.1",
    "streamline": "^0.10.16",
    "xml2js": "^0.2.8"
  },
  "keywords": [
    "deepzoom",
    "dzi",
    "imagemagick",
    "openseadragon",
    "seadragon",
    "vips",
    "zoomhub"
  ],
  "license": "MIT"
}
