You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
657 B
JSON
28 lines
657 B
JSON
{
|
|
"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",
|
|
"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": []
|
|
}
|