gem.json 899 B

1234567891011121314151617181920212223242526
  1. {
  2. "gem_name": "AzQtComponentsForPython",
  3. "display_name": "AzQtComponents For Python",
  4. "license": "Apache-2.0 Or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "origin_url": "https://github.com/o3de/o3de",
  8. "type": "Code",
  9. "summary": "This gem provides a library to use the AzQtComponents library from Python.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Scripting",
  15. "UI"
  16. ],
  17. "icon_path": "preview.png",
  18. "requirements": "",
  19. "documentation_url": "",
  20. "dependencies": [
  21. "EditorPythonBindings"
  22. ],
  23. "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
  24. "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/azqtcomponentsforpython-1.0.0-gem.zip",
  25. "version": "1.0.0"
  26. }