gem.json 824 B

12345678910111213141516171819202122232425262728
  1. {
  2. "gem_name": "ScriptCanvas",
  3. "version": "2.0.0",
  4. "display_name": "Script Canvas",
  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": "Tool",
  10. "summary": "The Script Canvas Gem provides Open 3D Engine's visual scripting environment, Script Canvas.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Scripting",
  16. "Tools",
  17. "Utility"
  18. ],
  19. "icon_path": "preview.png",
  20. "requirements": "",
  21. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/script/script-canvas/",
  22. "dependencies": [
  23. "ScriptEvents",
  24. "ExpressionEvaluation",
  25. "GraphCanvas"
  26. ]
  27. }