app.json 328 B

123456789101112131415
  1. {
  2. "name": "Crafatar",
  3. "description": "A Minecraft Avatar API written in NodeJS",
  4. "repository": "https://github.com/Jake0oo0/crafatar",
  5. "keywords": [
  6. "node",
  7. "minecraft",
  8. "avatar",
  9. "redis"
  10. ],
  11. "website": "https://crafatar.com/",
  12. "addons": [
  13. "rediscloud"
  14. ]
  15. }