forked from theripper93/enhancedcombathud-dnd5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
53 lines (53 loc) · 1.21 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
{
"title": "Argon - Combat HUD (PF2e)",
"description": "Pathfinder 2nd edition - System Argon integration",
"id": "enhancedcombathud-dnd5e",
"version": "1.0",
"authors": [
{
"name": "cyelis1224",
"email": "[email protected]",
"url": ""
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"scripts": [
],
"esmodules": [
"index.js"
],
"styles": [
"styles/module.css"
],
"packs": [
],
"url": "https://github.com/cyelis1224/enhancedcombathud-pf2e",
"manifest": "https://github.com/cyelis1224/enhancedcombathud-pf2e/releases/latest/download/module.json",
"download": "https://github.com/cyelis1224/enhancedcombathud-pf2e/releases/download/0.9.7.3/module.zip",
"relationships": {
"requires": [
{
"id": "enhancedcombathud",
"type": "module",
"compatibility": {}
}
],
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {}
}
]
},
"compatibility": {
"minimum": "11",
"verified": "11"
}
}