-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
47 lines (47 loc) · 1.14 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
{
"id": "pf2e-actor-refresh-utility",
"title": "PF2e Actor Refresh Utility",
"version": "0.1",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"esmodules": ["scripts/init.js"],
"styles": ["styles/aru.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"system": ["pf2e"],
"license": "LICENSE",
"relationships": {
"systems": [{
"id":"pf2e",
"type":"system",
"manifest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum":"5.11"
}
}]
},
"authors": [
{
"name": "Emmanuel Wineberg",
"discord": "esheyw",
"email": "[email protected]",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["lang", "styles", "templates"]
}
},
"readme":"https://github.com/esheyw/pf2e-actor-refresh-utility/blob/main/README.md",
"bugs":"https://github.com/esheyw/pf2e-actor-refresh-utility/issues",
"changelog": "https://github.com/esheyw/pf2e-actor-refresh-utility/blob/main/CHANGELOG.md"
}