-
Notifications
You must be signed in to change notification settings - Fork 9
/
module.json
60 lines (60 loc) · 1.75 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
{
"id": "pf2e-dailies",
"title": "PF2e Dailies",
"description": "Provides a convenient way to take care of some daily preparations.",
"authors": [
{
"name": "Idle",
"discord": "idleatre"
}
],
"esmodules": [
"scripts/main.js"
],
"compatibility": {
"minimum": "12.329",
"verified": "12.331",
"maximum": "12"
},
"version": "3.16.0",
"url": "https://github.com/reonZ/pf2e-dailies",
"readme": "https://github.com/reonZ/pf2e-dailies/blob/master/README.md",
"manifest": "https://raw.githubusercontent.com/reonZ/pf2e-dailies/master/module.json",
"download": "https://github.com/reonZ/pf2e-dailies/releases/download/3.16.0/module.zip",
"changelog": "https://github.com/reonZ/pf2e-dailies/blob/master/CHANGELOG.md",
"bugs": "https://github.com/reonZ/pf2e-dailies/issues",
"styles": [
"styles/pf2e-dailies.css"
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/pf2e/master/system.json",
"compatibility": {
"minimum": "6.8.0"
}
}
],
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
}
]
}