gem.json 736 B

1234567891011121314151617181920212223242526
  1. {
  2. "gem_name": "AWSMetrics",
  3. "version": "0.0.0",
  4. "display_name": "AWS Metrics",
  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 Metrics Gem provides a solution for AWS metrics submission and analytics.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "AWS",
  16. "Network",
  17. "SDK"
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "",
  21. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/aws/aws-metrics/",
  22. "dependencies": [
  23. "AWSCore"
  24. ]
  25. }