{
|
|
"id": "pathmuncher",
|
|
"title": "Pathmuncher: Pathbuilder character importer for PF2e",
|
|
"license": "MIT License",
|
|
"description": "Import your Pathfinder 2e characters from Pathbuilder into Foundry",
|
|
"version": "0.9.1",
|
|
"download": "https://github.com/mrprimate/pathmuncher/releases/download/0.9.1/pathmuncher.zip",
|
|
"manifest": "https://github.com/MrPrimate/pathmuncher/releases/download/latest/module.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": "10",
|
|
"verified": "11"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "MrPrimate",
|
|
"email": "jack@mrprimate.co.uk",
|
|
"url": "https://mrprimate.co.uk",
|
|
"discord": "https://discord.gg/WzPuRuDJVP",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json",
|
|
"flags": {}
|
|
}
|
|
],
|
|
"relationships": {
|
|
"systems": [
|
|
{
|
|
"id": "pf2e",
|
|
"type": "system",
|
|
"compatibility": {
|
|
"verified": "4.6.8"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"esmodules": [
|
|
"dist/main.js"
|
|
],
|
|
"styles": [
|
|
"css/default.css"
|
|
],
|
|
"socket": true
|
|
}
|