12345678910111213141516171819202122232425262728 |
- {
- "template_name": "GemRepo",
- "origin_url": "https://github.com/o3de/o3de",
- "license": "Apache-2.0 or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "display_name": "GemRepo Template",
- "summary": "A Gem Repository that contains a single Gem.",
- "canonical_tags": [
- "Gem",
- "Repo"
- ],
- "user_tags": [
- "GemRepo"
- ],
- "icon_path": "preview.png",
- "copyFiles": [
- {
- "file": "gem.json",
- "isTemplated": true
- },
- {
- "file": "repo.json",
- "isTemplated": true
- }
- ],
- "createDirectories": []
- }
|