-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgem.json
More file actions
23 lines (23 loc) · 793 Bytes
/
gem.json
File metadata and controls
23 lines (23 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"gem_name": "InteractiveTutorials",
"display_name": "InteractiveTutorials",
"license": "What license InteractiveTutorials uses goes here: i.e. Apache-2.0 Or MIT",
"license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
"origin": "The name of the originator goes here. i.e. XYZ Inc.",
"origin_url": "The primary repo for InteractiveTutorials goes here: i.e. http://www.mydomain.com",
"type": "Code",
"summary": "A short description of InteractiveTutorials.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"InteractiveTutorials"
],
"icon_path": "preview.png",
"requirements": "",
"documentation_url": "",
"dependencies": [
"QtForPython"
],
"restricted": "InteractiveTutorials"
}