From 1156b8086530292073a0d78b88edbeef63a918cf Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 21 Aug 2020 16:59:48 +0200 Subject: [PATCH] Structure --- module.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 module.json diff --git a/module.json b/module.json new file mode 100644 index 0000000..151f76f --- /dev/null +++ b/module.json @@ -0,0 +1,37 @@ + +{ + "name": "wfrp4e-ubersreik", + "title": "Full Ubersreik module for WFRP4E", + "description": "Module for Starter Set, Adventures 1 & 2", + "version": "0.0.1", + "minimumCoreVersion" : "0.6.0", + "compatibleCoreVersion": "1.0.0", + "author": "LeRatierBretonnien", + "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": [ + ], + "scripts": [ ], + "styles": [], + "packs": [ + ], + "languages": [{ + "lang": "fr", + "name": "Français", + "path": "lang/fr.json" + }], + + "url": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik", + "manifest": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/raw/master/module.json", + "download": "https://gitlab.com/LeRatierBretonnien/wfrp4e-ubersreik/-/archive/master/wfrp4e-ubersreik.zip" +}