foundryvtt-wh4-lang-fr-fr/module.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2020-05-20 18:11:58 +02:00
2020-03-24 09:00:13 +01:00
{
"name": "WH4-fr-translation",
"title": "Traduction du module WH4 en Français.",
"description": "La traduction du module WH4.",
2020-07-03 11:38:38 +02:00
"version": "1.0.4",
2020-05-24 23:40:42 +02:00
"minimumCoreVersion" : "0.6.0",
2020-06-29 07:47:22 +02:00
"compatibleCoreVersion": "1.0.0",
2020-03-24 12:31:00 +01:00
"author": "LeRatierBretonnien",
2020-06-21 22:28:51 +02:00
"dependencies": [
{
"name": "wfrp4e",
"manifest": "https://raw.githubusercontent.com/CatoThe1stElder/WFRP-4th-Edition-FoundryVTT/stable/system.json",
"version": "1.6.0"
},
{
"name": "babele",
"manifest": "https://gitlab.com/riccisi/foundryvtt-babele/raw/master/module/module.json",
"version": "1.19.0"
}
],
"esmodules": [
"babele-register.js",
"addon-register.js"
],
2020-04-12 23:14:52 +02:00
"scripts": [ ],
2020-03-25 20:37:09 +01:00
"styles": [],
"packs": [
{
"label": "Plats d'Auberges",
"entity": "RollTable",
"name": "plats-dauberges",
"path": "packs/plats-dauberges.db",
"system": "wfrp4e",
"module": "WH4-fr-translation"
}
],
2020-03-24 12:31:00 +01:00
"languages": [{
2020-03-24 11:31:07 +01:00
"lang": "fr",
"name": "Français",
"path": "fr.json"
}],
2020-03-24 11:18:01 +01:00
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/raw/master/module.json",
2020-03-24 12:33:27 +01:00
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-wh4-lang-fr-fr/-/archive/master/foundryvtt-wh4-lang-fr-fr-master.zip"
2020-03-24 09:00:13 +01:00
}