gem.json 945 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "gem_name": "Archive",
  3. "version": "1.0.0",
  4. "display_name": "Archive",
  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 Archive Gem provides reading and writing support of file contents to the O3AR archive format with optional per file compression support.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Archive"
  16. ],
  17. "platforms": [
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "Notice of any requirements for this Gem i.e. This requires X other gem",
  21. "documentation_url": "Link to any documentation of your Gem",
  22. "dependencies": [
  23. "Compression"
  24. ],
  25. "repo_uri": "",
  26. "compatible_engines": [],
  27. "engine_api_dependencies": [],
  28. "restricted": "Archive"
  29. }