Skip to content

Commit

Permalink
Started over
Browse files Browse the repository at this point in the history
Started from scratch copying from another module. Made module public so Foundry can see it.
  • Loading branch information
AurelTristen authored Nov 11, 2022
1 parent 8873dad commit c94b1e6
Showing 1 changed file with 14 additions and 37 deletions.
51 changes: 14 additions & 37 deletions module.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit c94b1e6

Please sign in to comment.