Files
wfrp4-actor-sheet-print/module.json
Matthieu CAILLEAUX c3c4027511 chore: V10 compat
2022-10-07 14:53:03 +02:00

51 lines
1.4 KiB
JSON

{
"id": "wfrp4e-actor-sheet-print",
"title": "[WFRP4] Actor Sheet Print",
"description": "Functions to print actor sheet",
"version": "${MODULE_VERSION}",
"compatibility": {
"minimum": "10",
"verified": "10.287",
"maximum": "10"
},
"authors": [
{
"name": "Skeroujvapluvit",
"flags": {}
}
],
"relationships": {
"systems": [
{
"id": "wfrp4e",
"type": "system",
"compatibility": {
"verified": "6.1.4"
}
}
],
"requires": []
},
"esmodules": ["main.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
}
],
"styles": ["./styles/main.css"],
"url": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print",
"download": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/wfrp4-actor-sheet-print.zip",
"manifest": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/module.json",
"readme": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/README.md",
"changelog": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/CHANGELOG.md"
}