forked from Larkinabout/fvtt-token-action-hud-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
60 lines (60 loc) · 1.25 KB
/
module.json
File metadata and controls
60 lines (60 loc) · 1.25 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
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
{
"id": "fvtt-token-action-hud-arkham-horror",
"title": "Token Action HUD Arkham Horror RPG",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [
{
"name": "fresnoth",
"discord": "fresnoth"
}
],
"url": "https://github.com/fresnoth/fvtt-token-action-hud-arkham-horror",
"flags": {},
"version": "13.0.3",
"compatibility": {
"minimum": "13",
"verified": "13.351",
"maximum": "13"
},
"esmodules": [
"./scripts/init.js"
],
"scripts": [
],
"styles": [
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"relationships": {
"systems": [
{
"id": "arkham-horror-rpg-fvtt",
"type": "system",
"compatibility": {
"minimum": "13.0.35"
}
}
],
"requires": [
{
"id": "token-action-hud-core",
"type": "module",
"compatibility": {
"minimum": "2.0.0",
"verified": "2.0.16"
}
}
],
"recommends": []
},
"socket": false,
"readme": "https://github.com/fresnoth/fvtt-token-action-hud-arkham-horror#readme",
"protected": false,
"coreTranslation": false,
"library": false
}