gem.json 793 B

123456789101112131415161718192021222324252627
  1. {
  2. "gem_name": "Twitch",
  3. "version": "0.0.0",
  4. "display_name": "Twitch",
  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 Twitch Gem provides access to the Twitch API v5 SDK including social functions, channels, and other APIs.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Network",
  16. "SDK",
  17. "Multiplayer",
  18. "Twitch"
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "",
  22. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/network/twitch/twitch/",
  23. "dependencies": [
  24. "HttpRequestor"
  25. ]
  26. }