-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
35 lines (35 loc) · 1.1 KB
/
module.json
File metadata and controls
35 lines (35 loc) · 1.1 KB
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
26
27
28
29
30
31
32
33
34
35
{
"id": "table-map",
"title": "Table Map",
"description": "Use FoundryVTT to run your table with embedded display!",
"authors": [
{
"name": "Smashman",
"discord": "Smashman#1364"
}
],
"version": "2.2.1",
"compatibility": {
"minimum": 11,
"verified": 12
},
"scripts": ["./table-map.js"],
"styles": ["./table-map.css"],
"socket": true,
"relationships": {
"recommends": [
{
"id": "socketlib",
"compatibility": {
"verified": "1.1.0"
}
}
]
},
"url": "https://github.com/Smashman/table-map-foundryvtt-module.git",
"manifest": "https://github.com/Smashman/table-map-foundryvtt-module/releases/latest/download/module.json",
"download": "https://github.com/Smashman/table-map-foundryvtt-module/releases/download/2.2.1/table-map-foundryvtt-module_2.2.1.zip",
"license": "https://github.com/Smashman/table-map-foundryvtt-module/blob/master/LICENSE",
"readme": "https://github.com/Smashman/table-map-foundryvtt-module/blob/master/README.md",
"bugs": "https://github.com/Smashman/table-map-foundryvtt-module/issues"
}