40 lines
1.1 KiB
JSON

{
"id": "puckoprutt-foundry-module",
"name": "puckoprutt",
"title": "puckoprutt",
"description": "add communication to the puckoprutt web api",
"authors": [
{ "name": "Robin Riis" }
],
"version": "0.1.25",
"socket": true,
"minimumCoreVersion": 10,
"compatibility": {
"minimum": "12",
"verified": "12"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system",
"compatibility": {
"minimum": "6.0.0",
"verified": "6.8.5"
}
}
],
"requires": [
{
"id": "theatre",
"type": "module"
}
]
},
"esmodules": [
"scripts/main.js"
],
"url": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module",
"download": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/archive/main.zip",
"manifest": "https://git.puckoprutt.tech/puckoprutt/puckoprutt-foundry-module/raw/branch/main/module.json"
}