ltran/middleman

View on GitHub
app.json

Summary

Maintainability
Test Coverage
{
  "name": "Middleman",
  "description": "",
  "scripts": {
  },
  "env": {
  },
  "formation": {
    "web": {
      "quantity": 1,
      "size": "Standard-1X"
    }
  },
  "addons": [
    "plan": "heroku-postgresql:hobby-dev",
    "options": {
      "version": "9.6"
    }
  ],
  "keywords": ["crystal", "ruby"],
  "buildpacks": [
    {
      "url": "https://github.com/zamith/heroku-buildpack-crystal"
    }
  ]
}