{
  "name": "thumborizer",
  "version": "0.0.2",
  "description": "a node image processing server",
  "dependencies": {
    "express": "3.4.8",
    "gm": "^1.14.2",
    "opencv": "^0.4.0",
    "request": "^2.34.0",
    "mongoose": "^3.8.8",
    "commander": "^2.1.0",
    "lodash": "^2.4.1"
  },
  "scripts": {
    "start": "node ./bin/thumborizer.js",
    "debug": "node debug ./bin/thumborizer.js",
    "test": "expresso test/*"
  },
  "main": "./lib/main.js",
  "bin": {
    "thumborizer": "./bin/thumborizer.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/majimboo/thumborizer.git"
  },
  "homepage": "https://majimboo.github.io/thumborizer/",
  "keywords": [
    "thumbnail",
    "graphicsMagick",
    "opencv"
  ],
  "author": "Majid Arif Siddiqui",
  "license": "MIT",
  "bugs": "https://github.com/majimboo/thumborizer/issues"
}
