forked from MrVauxs/pf2e-graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
88 lines (88 loc) · 1.88 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
{
"id": "pf2e-graphics",
"title": "PF2e Graphics",
"version": "0.0.0",
"description": "<i>Provides animations for the PF2e system.</i>",
"socket": true,
"esmodules": [
"dist/pf2e-graphics.js"
],
"styles": [
"dist/pf2e-graphics.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pl",
"name": "Polski",
"path": "lang/pl.json"
}
],
"compatibility": {
"minimum": "12.324",
"verified": "12.331",
"maximum": "12"
},
"flags": {
"pf2e-graphics": "modules/pf2e-graphics/dist/animations.json",
"hotReload": {
"extensions": [
"json",
"css"
]
}
},
"relationships": {
"requires": [
{
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json",
"compatibility": {
"minimum": "3.3.2"
}
},
{
"id": "socketlib",
"type": "module"
}
],
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "6.4.1"
}
}
]
},
"authors": [
{
"name": "Vauxs",
"url": "mrvauxs.net",
"discord": "vauxs",
"twitter": "@ThatVauxs",
"email": "[email protected]",
"ko-fi": "MrVauxs",
"flags": {}
},
{
"name": "Spappz",
"discord": "spap",
"ko-fi": "spappz",
"flags": {}
}
],
"url": "https://github.com/MrVauxs/pf2e-graphics",
"bugs": "https://github.com/MrVauxs/pf2e-graphics/issues",
"readme": "https://github.com/MrVauxs/pf2e-graphics/blob/main/README.md",
"changelog": "https://github.com/MrVauxs/pf2e-graphics/blob/main/CHANGELOG.md",
"manifest": "https://github.com/MrVauxs/pf2e-graphics/releases/latest/download/module.json",
"download": "https://github.com/MrVauxs/pf2e-graphics/releases/latest/download/module.zip"
}