forked from Larkinabout/fvtt-token-action-hud-pf2e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
128 lines (128 loc) · 2.48 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
119
120
121
122
123
124
125
126
127
128
{
"id": "token-action-hud-pf2e",
"title": "Token Action HUD Pathfinder 2e",
"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": "This is auto replaced",
"flags": {},
"version": "This is auto replaced",
"compatibility": {
"minimum": "10",
"verified": "11.304"
},
"esmodules": [
"./scripts/token-action-hud-pf2e.min.js"
],
"scripts": [
],
"styles": [
"./styles/tah-pf2e.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"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "languages/zh-tw.json"
}
],
"packs": [],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": [
{
"minimum": "4.6.4",
"verified": "5.0.2"
}
]
}
],
"requires": [
{
"id": "token-action-hud-core",
"type": "module",
"compatibility": [
{
"minimum": "1.4.8",
"maximum": "1.4",
"verified": "1.4.10"
}
]
}
],
"optional": [],
"flags": {
"optional": []
}
},
"socket": false,
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"readme": "https://github.com/Larkinabout/fvtt-token-action-hud-pf2e#readme",
"protected": false,
"coreTranslation": false,
"library": false
}