{
  "name": "iaas",
  "version": "1.3.0",
  "description": "ImageMagick as a HTTP service, using AWS S3 to store caches",
  "main": "src/index.js",
  "dependencies": {
    "aws-sdk": "^2.7.25",
    "babel-polyfill": "^6.20.0",
    "body-parser": "^1.16.0",
    "config": "^1.24.0",
    "express": "^4.14.0",
    "formidable": "^1.1.1",
    "gm": "^1.23.0",
    "influx": "^5.0.7",
    "pg": "^6.4.1",
    "pg-migration": "^1.0.4",
    "pg-native": "^1.10.1",
    "promisify-node": "^0.4.0",
    "uuid": "^3.0.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "eslint": "node ./node_modules/eslint/bin/eslint.js src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inventid/iaas.git"
  },
  "keywords": [
    "image",
    "resize",
    "image",
    "magic",
    "live",
    "resize"
  ],
  "author": "Rogier Slag",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inventid/iaas/issues"
  },
  "homepage": "https://github.com/inventid/iaas",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.18",
    "babel-preset-stage-3": "^6.17.0",
    "eslint": "^3.13.1",
    "eslint-plugin-async-await": "0.0.0"
  }
}
