-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmodule.json
More file actions
84 lines (84 loc) · 2.38 KB
/
module.json
File metadata and controls
84 lines (84 loc) · 2.38 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"id": "pf2e-hud",
"title": "PF2e HUD",
"description": "",
"authors": [
{
"name": "Idle",
"discord": "idleatre"
}
],
"esmodules": ["scripts/main.js"],
"compatibility": {
"minimum": "14.360",
"verified": "14.360",
"maximum": "14"
},
"version": "2.46.0",
"url": "https://github.com/reonZ/pf2e-hud",
"readme": "https://github.com/reonZ/pf2e-hud/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-hud/master/module.json",
"download": "https://github.com/reonZ/pf2e-hud/releases/download/2.46.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-hud/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-hud/issues",
"styles": ["styles/pf2e-hud.css"],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.pf2e.json",
"compatibility": {
"minimum": "8.0.2"
}
},
{
"id": "sf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.sf2e.json",
"compatibility": {
"minimum": "1.0.2"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "cn",
"name": "简体中文",
"path": "lang/cn.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Português Brasileiro",
"path": "lang/pt-BR.json"
}
]
}