gem.json 927 B

123456789101112131415161718192021222324252627
  1. {
  2. "gem_name": "AWSGameLift",
  3. "version": "0.0.0",
  4. "display_name": "AWS GameLift",
  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 AWS GameLift Gem provides a framework to extend O3DE networking layer to work with GameLift resources via GameLift server and client SDK.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "AWS",
  16. "Framework",
  17. "Network",
  18. "SDK"
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "Users will need to enable the Multiplayer gem to support the AWSGameLift feature.",
  22. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/aws/aws-gamelift/",
  23. "dependencies": [
  24. "AWSCore"
  25. ]
  26. }