-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
70 lines (70 loc) · 1.36 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-ose",
"title": "Token Action HUD for Old-School Essentials",
"description": "Token Action HUD is a repositionable HUD of actions for a selected token",
"authors": [
{
"name": "Snagov",
"url": "https://github.com/mrcomac"
}
],
"url": "This is auto replaced",
"flags": {},
"version": "This is auto replaced",
"compatibility": {
"minimum": "11",
"verified": "11.307"
},
"esmodules": [
"./dist/token-action-hud-ose.min.js"
],
"scripts": [
],
"styles": [
"./styles/tah-ose.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"packs": [],
"relationships": {
"systems": [
{
"id": "ose",
"type": "system",
"compatibility": [
{
"minimum": "1.9.3",
"verified": "1.9.3"
}
]
}
],
"requires": [
{
"id": "token-action-hud-core",
"type": "module",
"compatibility": [
{
"minimum": "1.5.4",
"verified": "1.5.4"
}
]
}
],
"optional": [],
"flags": {
"optional": []
}
},
"socket": false,
"manifest": "This is auto replaced",
"download": "This is auto replaced",
"protected": false,
"coreTranslation": false,
"library": false
}