gem.json 776 B

12345678910111213141516171819202122232425
  1. {
  2. "gem_name": "Compression",
  3. "version": "0.0.0",
  4. "display_name": "Compression",
  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": "Compression Interface Gem which provides an API for registering Compression Algoirithms interfaces with. Comes with a sub gem implementation for LZ4 Compression",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Compression"
  16. ],
  17. "icon_path": "preview.png",
  18. "requirements": "",
  19. "documentation_url": "",
  20. "dependencies": [],
  21. "restricted": "Compression",
  22. "external_subdirectories": [
  23. ]
  24. }