-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
70 lines (69 loc) · 2.05 KB
/
module.json
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"id": "token-action-hud-coriolis",
"title": "Token Action HUD Coriolis",
"description": "Provide support for the coriolis game system with Token Action HUD Core",
"version": "1.4",
"compatibility": {
"minimum": 10,
"verified": 12
},
"authors": [
{
"name": "kbender",
"url": "https://github.com/kbender84",
"email": "[email protected]",
"discord": "kbender#0388",
"patreon": "benderworks"
}
],
"relationships": {
"systems": [
{
"id": "yzecoriolis",
"type": "system",
"compatibility": [
{
"minimum": "3.0.5",
"verified": "3.0.5"
}
]
}
],
"requires": [
{
"id": "token-action-hud-core",
"type": "module",
"compatibility": [
{
"minimum": "1.5",
"verified": "1.5" }
]
}
]
},
"esmodules": [
"scripts/module.js"
],
"packs": [
{
"name": "token-action-hud-coriolis-macros",
"label": "TAH Coriilis Macros",
"path": "packs/token-action-hud-coriolis-macros",
"type": "Macro",
"module": "token-action-hud-coriolis"
},
{
"name": "token-action-hud-coriolis-rolltables",
"label": "TAH Coriolis RollTables",
"path": "packs/token-action-hud-coriolis-rolltables",
"module": "token-action-hud-coriolis",
"entity": "RollTable",
"type": "RollTable"
}
],
"url": "https://github.com/kbender84/token-action-hud-coriolis",
"manifest": "https://github.com/kbender84/token-action-hud-coriolis/releases/download/1.4/module.json",
"download": "https://github.com/kbender84/token-action-hud-coriolis/releases/download/1.4/token-action-hud-coriolis.zip",
"license": "LICENSE",
"readme": "README.md"
}