inventid/iaas

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "iaas",
  "version": "2.0.0",
  "description": "ImageMagick as a HTTP service, using AWS S3 to store caches",
  "main": "src/index.js",
  "dependencies": {
    "aws-sdk": "^2.493.0",
    "babel-polyfill": "^6.20.0",
    "body-parser": "^1.19.0",
    "config": "^3.2.0",
    "express": "^4.17.1",
    "formidable": "^1.1.1",
    "gm": "^1.23.1",
    "influx": "^5.4.0",
    "node-fetch": "^2.6.0",
    "pg": "^7.11.0",
    "pg-migration": "^1.0.6",
    "pg-native": "^3.0.0",
    "promisify-node": "^0.5.0",
    "redis": "^2.8.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": "^4.19.1",
    "eslint-plugin-async-await": "0.0.0"
  }
}