generated from johnmartel/open-source-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
25 lines (25 loc) · 978 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "hover-align",
"title": "HoverAlign",
"description": "A basic module to display PC/NPC alignment when hovering over a token",
"version": "2.0.0",
"author": "John Martel",
"minimumCoreVersion": "9.238",
"compatibleCoreVersion": "9.238",
"system": "dnd5e",
"esmodules": ["modules/index.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/johnmartel/hover-align",
"manifest": "https://raw.githubusercontent.com/johnmartel/hover-align/master/module.json",
"download": "https://github.com/johnmartel/hover-align/releases/latest/download/hover-align.zip",
"license": "https://github.com/johnmartel/hover-align/blob/master/LICENSE",
"readme": "https://github.com/johnmartel/hover-align/blob/master/README.md",
"bugs": "https://github.com/johnmartel/hover-align/issues",
"changelog": "https://github.com/johnmartel/hover-align/blob/master/CHANGELOG.md"
}