-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
module.json
49 lines (49 loc) · 1.42 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
{
"id": "token-replacer",
"title": "Token Replacer",
"description": "Automatically replace NPC actor tokens and/or portraits dependant on token assests saved in a defined folder structure.",
"version": "0.6.5",
"author": "VTT Lair",
"authors": [
{
"name": "VTT Lair",
"url": "https://github.com/vtt-lair"
}
],
"scripts": [
"/scripts/token-replacer.js"
],
"includes": [
"module.json"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"dependencies": [
{
"name": "vtta-tokenizer", "type": "module"
}
],
"relationships": {
"requires": [{
"id": "vtta-tokenizer",
"type": "module",
"manifest": "https://github.com/MrPrimate/tokenizer/releases/download/latest/module.json",
"compatibility": {
"verified": "4.3.14"
}
}]
},
"url": "https://github.com/vtt-lair/token-replacer",
"manifest": "https://github.com/vtt-lair/token-replacer/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/token-replacer/releases/download/v0.7.0/token-replacer-v0.7.0.zip",
"changelog": "https://github.com/vtt-lair/token-replacer/blob/main/CHANGELOG.md",
"compatibility": {
"minimum": "12",
"verified": "12"
}
}