template.json 666 B

12345678910111213141516171819202122232425262728
  1. {
  2. "template_name": "GemRepo",
  3. "origin_url": "https://github.com/o3de/o3de",
  4. "license": "Apache-2.0 or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "display_name": "GemRepo Template",
  7. "summary": "A Gem Repository that contains a single Gem.",
  8. "canonical_tags": [
  9. "Gem",
  10. "Repo"
  11. ],
  12. "user_tags": [
  13. "GemRepo"
  14. ],
  15. "icon_path": "preview.png",
  16. "copyFiles": [
  17. {
  18. "file": "gem.json",
  19. "isTemplated": true
  20. },
  21. {
  22. "file": "repo.json",
  23. "isTemplated": true
  24. }
  25. ],
  26. "createDirectories": []
  27. }