forked from HonzoNebro/dfreds-convenient-effects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
57 lines (57 loc) · 1.58 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
{
"id": "dfreds-convenient-effects",
"title": "DFreds Convenient Effects",
"description": "Adds easy to use toggleable active effects for common use cases",
"author": "DFreds",
"authors": [
{
"name": "DFreds",
"url": "https://github.com/DFreds",
"discord": "DFreds#1238"
}
],
"url": "https://github.com/DFreds/dfreds-convenient-effects",
"license": "https://github.com/DFreds/dfreds-convenient-effects/blob/main/LICENSE",
"readme": "https://github.com/DFreds/dfreds-convenient-effects/blob/main/README.md",
"bugs": "https://github.com/DFreds/dfreds-convenient-effects/issues",
"changelog": "https://github.com/DFreds/dfreds-convenient-effects/releases",
"flags": {},
"version": "5.0.0",
"compatibility": {
"minimum": 11,
"verified": "11.307",
"maximum": 11
},
"scripts": [],
"esmodules": ["./scripts/main.js"],
"styles": ["./styles/dfreds-convenient-effects.css"],
"languages": [],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system"
},
{
"id": "sw5e",
"type": "system"
}
],
"requires": [
{
"id": "socketlib",
"type": "module"
},
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"packs": [],
"socket": true,
"manifest": "https://github.com/DFreds/dfreds-convenient-effects/releases/latest/download/module.json",
"download": "https://github.com/DFreds/dfreds-convenient-effects/releases/download/v1.2.1/dfreds-convenient-effects.zip",
"protected": false,
"coreTranslation": false
}