From c94b1e6397e7960369b50020fb5f2fd015bdeb34 Mon Sep 17 00:00:00 2001 From: AurelTristen <32533315+AurelTristen@users.noreply.github.com> Date: Fri, 11 Nov 2022 16:03:44 -0600 Subject: [PATCH] Started over Started from scratch copying from another module. Made module public so Foundry can see it. --- module.json | 51 ++++++++++++++------------------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/module.json b/module.json index 1e6d54f..22129aa 100644 --- a/module.json +++ b/module.json @@ -1,44 +1,21 @@ { - "id": "hellscape-tools", - "title": "HellScape Tools", + "name": "hellscape-tools", "description": "A set of small improvements.", "version": "0.0.1", - "compatibility": { - "minimum": "10", - "verified": "10" - }, - "authors": [ - { - "name": "AurelTristen", - "url": "https://www.patreon.com/HellScapeAssets", - "discord": "AurelTristen#2262" - } + "author": "AurelTristen", + "keywords": [ + "foundryvtt", + "foundry-vtt", + "module", + "hellscape" ], - "dependencies": [ - - ], - "conflicts": [ - - ], - "esmodules": [ - "scripts/module.js" - ], - "scripts": [ - "scripts/lib/lib.js" - ], - "styles": [ - "styles/module.css" - ], - "languages": [ - { - "lang": "en", - "name": "English", - "path": "languages/en.json" - } - ], - "url": "URL to host site", + "url": "https://github.com/AurelTristen/HellScape-Tools", "manifest": "https://github.com/AurelTristen/HellScape-Tools/blob/main/module.json", "download": "", - "license": "LICENSE", - "readme": "README.md" + "readme": "https://github.com/AurelTristen/HellScape-Tools/blob/main/README.md", + "bugs": "https://github.com/AurelTristen/HellScape-Tools/issues", + "scripts": { + "lib": "scripts/lib/lib.js", + "module": "scripts/module.js" + } }