-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmodule.json
69 lines (69 loc) · 1.78 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
{
"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.6.10",
"compatibility" :{
"minimum": 12,
"verified": 12,
"maximum": 12
},
"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",
"scripts/compatiblity/levels.js",
"scripts/compatiblity/wall-height.js",
"scripts/compatiblity/enhanced-terrain-layer.js",
"scripts/compatiblity/core.js"
],
"styles": [
"./css/token-attacher.css"],
"packs": [
{
"name": "example-macros",
"label": "(TA)Example Macros",
"path": "packs/example-macros",
"type": "Macro"
}
],
"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/latest/download/token-attacher.zip",
"readme": "https://raw.githubusercontent.com/KayelGee/token-attacher/master/README.md"
}