forked from theripper93/autoanimations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
59 lines (59 loc) · 1.3 KB
/
module.json
File metadata and controls
59 lines (59 loc) · 1.3 KB
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
{
"id": "autoanimations",
"title": "Automated Animations",
"description": "This will automatically run most JB2A Animations such as Melee/Ranged Attacks, Spell Attacks, and Instant Spells",
"authors": [
{
"name": "theripper93",
"email": "tsplab@gmail.com",
"url": "https://www.patreon.com/theripper93"
},
{
"name": "Otigon (Otigon#2010)",
"discord": "Otigon#2010"
}
],
"url": "https://github.com/theripper93/autoanimations",
"version": "6.0.0",
"compatibility": {
"minimum": "13",
"verified": "13",
"maximum": "13"
},
"scripts": [],
"esmodules": [
"dist/autoanimations.js"
],
"styles": [
"dist/autoanimations.css"
],
"flags": {
"hotReload": {
"extensions": ["json"],
"paths": ["lang"]
}
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"requires": [
{
"id": "sequencer",
"type": "module",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-Sequencer/releases/latest/download/module.json"
},
{
"id": "socketlib",
"type": "module"
}
]
},
"socket": true,
"manifest": "https://github.com/otigon/automated-jb2a-animations/releases/latest/download/module.json",
"download": "https://github.com/otigon/automated-jb2a-animations/releases/download/0.6.71/module.zip"
}