-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
module.json
33 lines (33 loc) · 822 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
26
27
28
29
30
31
32
33
{
"id": "ATL",
"title": "Active Token Effects",
"description": "Active Token Effects",
"authors": [
{
"name": "Kandashi"
},
{
"name": "kaelad",
"discord": "kaelad#1693"
}
],
"version": "0.6.2",
"compatibility": {
"minimum": 11,
"verified": 12
},
"esmodules": ["src/activeLighting.js", "src/updateManager.js"],
"packs": [
{
"name": "premade",
"label": "Token Effects premade",
"path": "packs/premade",
"system": "dnd5e",
"type": "Item"
}
],
"styles": ["./styles/ATL.css"],
"url": "https://github.com/kandashi/Active-Token-Lighting",
"manifest": "https://raw.githubusercontent.com/kandashi/Active-Token-Lighting/main/module.json",
"download": "https://github.com/kandashi/Active-Token-Lighting/archive/main.zip"
}