gem.json 896 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "gem_name": "MPSGameLift",
  3. "display_name": "Multiplayer Sample GameLift",
  4. "license": "License used i.e. Apache-2.0 or MIT",
  5. "license_url": "Link to the license web site i.e. https://opensource.org/licenses/Apache-2.0",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "origin_url": "https://github.com/o3de/o3de-multiplayersample",
  8. "type": "Code",
  9. "summary": "Enable this gem for MultiplayerSample in order to enable AWS GameLift integration.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "MPSGameLift"
  15. ],
  16. "platforms": [
  17. ""
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "",
  21. "documentation_url": "Link to any documentation of your Gem",
  22. "dependencies": [
  23. "AWSGameLift",
  24. "AWSClientAuth",
  25. "HttpRequestor",
  26. "LyShine"
  27. ],
  28. "repo_uri": "",
  29. "restricted": "MPSGameLift"
  30. }