forked from KayelGee/token-attacher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
66 lines (66 loc) · 1.65 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
{
"id": "token-attacher",
"title": "Token Attacher",
"description": "Attach anything(even tokens) to tokens, so that they move when the token moves and rotate/move when the token rotates. Create prefabs and many more features, see the github readme for more details.",
"version": "4.5.15",
"compatibility" :{
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "KayelGee",
"url": "https://github.com/KayelGee",
"discord": "KayelGee#5241"
}
],
"relationships":{
"requires": [{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json"
}]
},
"esmodules": [
"scripts/token-attacher.js"
],
"styles": [
"./css/token-attacher.css"],
"packs": [
{
"name": "example-macros",
"label": "(TA)Example Macros",
"path": "packs/example-macros.db",
"type": "Macro",
"package": "token-attacher"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "languages/ko.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "languages/ja.json"
},
{
"lang": "es",
"name": "Español",
"path": "languages/es.json"
}
],
"socket": true,
"url": "https://github.com/KayelGee/token-attacher",
"manifest": "https://raw.githubusercontent.com/KayelGee/token-attacher/master/module.json",
"download": "https://github.com/KayelGee/token-attacher/releases/download/v4.5.15/v4.5.15.zip",
"readme": "https://github.com/KayelGee/token-attacher/blob/v4.5.15/README.md"
}