gem.json 765 B

1234567891011121314151617181920212223
  1. {
  2. "gem_name": "Achievements",
  3. "version": "0.0.0",
  4. "display_name": "Achievements",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "origin_url": "https://github.com/o3de/o3de",
  9. "type": "Code",
  10. "summary": "The Achievements Gem provides a target platform agnostic interface for retrieving achievement details and unlocking achievements.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Gameplay",
  16. "Achievements"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "",
  20. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/gameplay/achievements/",
  21. "dependencies": []
  22. }