-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
47 lines (47 loc) · 1.5 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-automaton",
"title": "PF2e Automaton",
"version": "6.0.0",
"description": "",
"socket": true,
"authors": [
{
"name": "7H3LaughingMan",
"discord": "7h3laughingman",
"url": "https://github.com/7H3LaughingMan"
}
],
"esmodules": [
"dist/pf2e-automaton.mjs"
],
"compatibility": {
"minimum": "12.331",
"verified": "12.331",
"maximum": "12"
},
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module"
}
],
"systems": [
{
"id": "pf2e",
"type": "system",
"mainfest": "https://github.com/foundryvtt/pf2e/releases/latest/download/system.json",
"compatibility": {
"minimum": "6.4.1"
}
}
]
},
"url": "https://github.com/7H3LaughingMan/pf2e-automaton",
"bugs": "https://github.com/7H3LaughingMan/pf2e-automaton/issues",
"readme": "https://github.com/7H3LaughingMan/pf2e-automaton/blob/main/README.md",
"license": "https://github.com/7H3LaughingMan/pf2e-automatone/blob/main/LICENSE",
"changelog": "https://github.com/7H3LaughingMan/pf2e-automaton/blob/main/CHANGELOG.md",
"manifest": "https://github.com/7H3LaughingMan/pf2e-automaton/raw/main/module.json",
"download": "https://github.com/7H3LaughingMan/pf2e-automaton/archive/refs/heads/main.zip"
}