-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started from scratch copying from another module. Made module public so Foundry can see it.
- Loading branch information
1 parent
8873dad
commit c94b1e6
Showing
1 changed file
with
14 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |