-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
71 lines (71 loc) · 2.25 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
{
"id": "objects-interactions-fx",
"title": "✨ Automated Objects, Interactions and Effects 🔥",
"description": "Animations. Automations. Interactions. Effects. And soon Objects too! Immerse your players on the game, let they experience the interactions and feel the combat!",
"version": "1.1.0",
"authors": [
{
"name": "ZotyDev",
"email": "official@zoty.dev",
"url": "https://www.zoty.dev",
"flags": {}
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "./module/lang/en.json",
"flags": {}
}
],
"compatibility": {
"minimun": "10",
"verified": "11"
},
"license": "./LICENSE",
"url": "https://github.com/ZotyDev/objects-interactions-fx",
"bugs": "https://github.com/ZotyDev/objects-interactions-fx/issues",
"manifest": "https://github.com/ZotyDev/objects-interactions-fx/releases/latest/download/module.json",
"download": "https://github.com/ZotyDev/objects-interactions-fx/releases/latest/download/module.zip",
"readme": "https://github.com/ZotyDev/objects-interactions-fx/blob/main/README.md",
"changelog": "https://github.com/ZotyDev/objects-interactions-fx/blob/main/CHANGELOG.md",
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {}
}
],
"requires": [
{
"id": "item-tags",
"type": "module",
"compatibility": {}
},
{
"id": "sequencer",
"type": "module",
"compatibility": {}
},
{
"id": "socketlib",
"type": "module",
"compatibility": {}
}
]
},
"socket": true,
"esmodules": [
"./module/scripts/module.js",
"./module/scripts/automation/ActorInventor.js",
"./module/scripts/library/CanvasEffects.js",
"./module/scripts/library/Socket.js",
"./module/scripts/library/HandlebarsHelpers.js"
],
"styles": [
"./module/styles/ItemTags.css",
"./module/styles/Settings.css"
]
}