-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
54 lines (54 loc) · 1.46 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
{
"id": "pf2e-subsystem-hud",
"title": "PF2E Subsystem HUD",
"description": "Shared HUD elements for running victory point style subsystems in Pathfinder Second Edition",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 12,
"verified": 12,
"maximum": 12
},
"authors": [
{
"name": "Mira Mechtley",
"url": "https://github.com/mmechtley"
}
],
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/pf2e-subsystem-hud.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/mmechtley/pf2e-subsystem-hud",
"readme": "https://github.com/mmechtley/pf2e-subsystem-hud/blob/main/README.md",
"manifest": "https://github.com/mmechtley/pf2e-subsystem-hud/releases/latest/download/module.json",
"download": "https://github.com/mmechtley/pf2e-subsystem-hud/releases/download/#{VERSION}#/module.zip",
"bugs": "https://github.com/mmechtley/pf2e-subsystem-hud/issues",
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "6.1.3"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
}