-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
23 lines (23 loc) · 920 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
{
"name": "legendary-training-wheels",
"title": "Legendary Training Wheels",
"description": "This module provides reminders for lair actions, legendary actions, & resistances.",
"version": "Replaced in releases",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "Ethck",
"system": [
"dnd5e"
],
"esmodules": [
"/wheels.js"
],
"styles": [
"/css/wheels.css"
],
"url": "https://github.com/ethck/legendary-training-wheels",
"manifest": "https://github.com/Ethck/legendary-training-wheels/releases/latest/download/module.json",
"download": "https://github.com/Ethck/legendary-training-wheels/releases/latest/download/legendary-training-wheels.zip",
"readme": "https://github.com/ethck/legendary-training-wheels/blob/master/README.md",
"changelog": "https://github.com/Ethck/legendary-training-wheels/releases"
}