-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmodule-dev.json
executable file
·51 lines (51 loc) · 1.28 KB
/
module-dev.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
{
"id": "pathmuncher",
"author": "MrPrimate",
"title": "PF2e Pathmuncher: Pathbuilder character importer",
"license": "MIT License",
"description": "Import your Pathfinder 2e characters from Pathbuilder into Foundry",
"version": "999.0.0",
"download": "",
"manifest": "https://raw.githubusercontent.com/MrPrimate/pathmuncher/main/module-dev.json",
"url": "https://github.com/mrprimate/pathmuncher",
"readme": "https://github.com/MrPrimate/pathmuncher/blob/main/README.md",
"changelog": "https://github.com/MrPrimate/pathmuncher/blob/main/CHANGELOG.md",
"compatibility": {
"minimum": "12.325",
"verified": 12
},
"authors": [
{
"name": "MrPrimate",
"email": "[email protected]",
"url": "https://mrprimate.co.uk",
"patreon": "https://www.patreon.com/MrPrimate",
"discord": "https://discord.gg/WzPuRuDJVP"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.0.3",
"verified": "6.0.4"
}
}
]
},
"esmodules": ["src/module.js"],
"styles": [
"./css/default.css"
],
"packs": [],
"socket": true
}