swade-fr-content/module/module.json
2021-03-15 13:52:32 +01:00

46 lines
1.1 KiB
JSON

{
"name": "swade-fr",
"title": "SWADE en Français",
"description": "Traduction française du système SWADE",
"version": "0.17.2.0",
"minimumCoreVersion" : "0.7.9",
"compatibleCoreVersion" : "1.0.0",
"author": "Sasmira, Kyane, Leratier Bretonnien, U~man",
"dependencies": [
{
"name": "babele",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json"
},
{
"name": "swade",
"type": "system"
},
{
"name": "dice-so-nice",
"type": "module",
"manifest": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice/-/raw/master/module/module.json"
}
],
"scripts": [],
"styles": ["swade-fr.css"],
"packs": [],
"esmodules": [
"modules/swade-fr-init.js"
],
"languages": [
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "fr.json"
}
],
"url": "https://gitlab.com/sasmira/swade-fr",
"manifest": "https://gitlab.com/sasmira/swade-fr/-/raw/master/module/module.json",
"download": "https://gitlab.com/sasmira/swade-fr/-/jobs/artifacts/v0.17.2.0/raw/swade-fr.zip?job=build"
}