-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
module.json
79 lines (79 loc) · 2.2 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"id": "dnd5e-animations",
"title": "D&D5e Animations",
"description": "<p>A module dedicated to making Dungeons & Dragons 5e shine.</p>",
"version": "1.7.0",
"authors": [
{
"name": "MrVauxs",
"discord": "vauxs",
"twitter": "@ThatVauxs",
"patreon": "mrvauxs",
"ko-fi": "mrvauxs",
"flags": {}
}
],
"styles": [
"styles/dnd5e-animations.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "https://github.com/MrVauxs/dnd5e-animations",
"compatibility": {
"minimum": "10",
"verified": "12"
},
"esmodules": [
"module/utils.js",
"module/settings.js",
"module/updateMenu.js"
],
"packs": [
{
"label": "D&D5e Animations Macros",
"name": "Macros",
"path": "packs/macros.db",
"type": "Macro",
"private": false,
"flags": {}
},
{
"label": "D&D5e Animations Example Items",
"name": "Items",
"path": "packs/items.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"manifestPlusVersion": "1.2.0",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.1.5"
}
}
],
"requires": [
{
"manifest": "https://github.com/otigon/automated-jb2a-animations/releases/latest/download/module.json",
"id": "autoanimations",
"type": "module",
"compatibility": {
"minimum": "4.2.15"
}
}
]
},
"changelog": "https://github.com/MrVauxs/dnd5e-animations/blob/master/CHANGELOG.md",
"manifest": "https://github.com/MrVauxs/dnd5e-animations/releases/latest/download/module.json",
"download": "https://github.com/MrVauxs/dnd5e-animations/releases/latest/download/module.zip"
}