-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
50 lines (50 loc) · 1.04 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
{
"id": "sfrpg-item-sheets",
"title": "SFRPG Enhanced Item Sheets",
"version": "1.0.1",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "sfrpg",
"type": "system",
"compatibility": {
"minimum": "0.26.0",
"maximum": "0.26.10"
}
}
]
},
"description": "Adds an enhanced details page to SFRPG Item Sheets that improved readability.",
"authors": [
{
"name": "Ian Bennett",
"discord": "spacemanian",
"url": "github.com/ian612",
"flags": {}
}
],
"manifest": "updatedByRelease",
"url": "updatedByRelease",
"download": "updatedByRelease",
"languages": [
{
"lang": "en",
"name": "English",
"path": "dist/lang/en.json",
"flags": {}
}
],
"license": "LICENSE",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["lang", "styles", "templates"]
}
},
"esmodules": ["dist/init.mjs"],
"styles": ["dist/main.css"]
}