forked from Larkinabout/fvtt-token-action-hud-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
118 lines (118 loc) · 2.94 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"id": "token-action-hud-core",
"title": "Token Action HUD Core",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [
{
"name": "Larkinabout",
"url": "https://github.com/Larkinabout"
},
{
"name": "Drental"
},
{
"name": "^ and stick"
}
],
"url": "https://github.com/Larkinabout/fvtt-token-action-hud-core",
"flags": {},
"version": "1.1.0",
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"esmodules": [
"./scripts/token-action-hud-core.min.js"
],
"scripts": [
"./lib/tagify/tagify.min.js",
"./lib/dragsort/dragsort.js"
],
"styles": [
"./styles/tah-compact.css",
"./styles/tah-foundry-vtt.css",
"./styles/tah-dorako.css",
"./styles/tah-pathfinder.css",
"./styles/lib/tagify/tagify.css",
"./styles/lib/dragsort/dragsort.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "languages/ko.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "languages/br.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "languages/es.json"
},
{
"lang": "fr",
"name": "French",
"path": "languages/fr.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "languages/pl.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "cn",
"name": "中文",
"path": "languages/cn.json"
},
{
"lang": "it",
"name": "italiano",
"path": "languages/it.json"
},
{
"lang": "de",
"name": "Deutsch",
"path": "languages/de.json"
}
],
"packs": [],
"relationships": {
"systems": [],
"requires": [],
"optional": [{
"id": "color-picker",
"reason": "To set colors within this module's settings. If both modules are enabled, Token Action HUD will use color-picker"
}, {
"id": "colorsettings",
"reason": "To set colors within this module's settings. If both modules are enabled, Token Action HUD will use color-picker"
}],
"flags": {
"optional": [{
"id": "color-picker",
"reason": "To set colors within this module's settings. If both modules are enabled, Token Action HUD will use color-picker"
}, {
"id": "colorsettings",
"reason": "To set colors within this module's settings. If both modules are enabled, Token Action HUD will use color-picker"
}]
}
},
"socket": false,
"manifest": "https://github.com/Larkinabout/fvtt-token-action-hud-core/releases/latest/download/module.json",
"download": "https://github.com/Larkinabout/fvtt-token-action-hud-core/releases/download/1.1.0/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
}