app.json 461 B

12345678910111213141516171819
  1. {
  2. "name": "Crafatar",
  3. "description": "A Minecraft Avatar API written in NodeJS",
  4. "repository": "https://github.com/crafatar/crafatar",
  5. "keywords": [
  6. "node",
  7. "minecraft",
  8. "avatar",
  9. "redis"
  10. ],
  11. "website": "https://crafatar.com/",
  12. "env": {
  13. "HEROKU": "true",
  14. "BUILDPACK_URL": "https://github.com/mojodna/heroku-buildpack-multi.git#build-env"
  15. },
  16. "addons": [
  17. "rediscloud"
  18. ]
  19. }