gem.json 810 B

12345678910111213141516171819202122232425
  1. {
  2. "gem_name": "MPSGameLift",
  3. "display_name": "MPSGameLift",
  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": "The name of the originator or creator",
  7. "origin_url": "The website for this Gem",
  8. "type": "Code",
  9. "summary": "Enable this gem for MultiplayerSample in order to enable AWS GameLift integration. See README_GAMELIFT.md.",
  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": ["AWSGameLift"],
  23. "repo_uri": "",
  24. "restricted": "MPSGameLift"
  25. }