foundryvtt-swade-fr/module.json

26 lines
728 B
JSON
Raw Normal View History

2020-05-18 18:25:41 +02:00
{
"name": "swade-fr",
"title": "SWADE French translation",
"description": "Adds French(FRANCE) to the SWADE system",
2020-12-08 20:41:55 +01:00
"version": "0.2.0",
2020-10-25 17:40:07 +01:00
"minimumCoreVersion" : "0.7.5",
2020-12-08 20:41:55 +01:00
"compatibleCoreVersion" : "0.7.8",
2020-05-18 20:50:31 +02:00
"author": "Kyane, Leratier Bretonnien, U~man",
2020-05-18 18:25:41 +02:00
"scripts": [],
"styles": [],
"packs": [],
"languages": [
{
"lang": "fr",
"name": "French (FRANCE)",
"path": "fr.json"
}
],
"url": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr",
"manifest": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr/-/raw/master/module.json",
"download": "https://gitlab.com/mesfoliesludiques/foundryvtt-swade-fr/-/archive/master/foundryvtt-swade-fr-master.zip"
}