-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgem.json
More file actions
25 lines (25 loc) · 699 Bytes
/
Copy pathgem.json
File metadata and controls
25 lines (25 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"gem_name": "GameTags",
"version": "1.0.0",
"display_name": "GameTags",
"license": "Apache-2.0",
"license_url": "https://github.com/iamjbq/GameTags/blob/development/LICENSE",
"origin": "Jason Quinn",
"origin_url": "",
"type": "Code",
"summary": "This gem provides a hierarchical tag system that can be used in other game systems.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"GameTags"
],
"platforms": [],
"icon_path": "",
"requirements": "",
"documentation_url": "",
"dependencies": [],
"repo_uri": "https://github.com/iamjbq/GameTags",
"compatible_engines": [],
"engine_api_dependencies": []
}