forked from tonifisler/foundry-group-initiative
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
57 lines (57 loc) · 1.53 KB
/
module.json
File metadata and controls
57 lines (57 loc) · 1.53 KB
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": "group-initiative",
"title": "Group Initiative",
"description": "Roll group initiative from the Combat tracker.",
"authors": [
{
"name": "VTT Lair",
"url": "https://github.com/vtt-lair"
}
],
"version": "2.1.0",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "11"
},
"scripts": [],
"esmodules": ["group-initiative.js"],
"dependencies": [
{
"name": "lib-wrapper", "type": "module"
}
],
"relationships": {
"requires": [{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/download/v1.12.7.1/module.json",
"compatibility": {
"verified": "1.12.7.1"
}
}]
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
}
],
"url": "https://github.com/vtt-lair/foundry-group-initiative",
"manifest": "https://github.com/vtt-lair/foundry-group-initiative/releases/latest/download/module.json",
"download": "https://github.com/vtt-lair/foundry-group-initiative/releases/download/2.0.8/group-initiative-v2.0.8.zip",
"changelog": "https://github.com/tonifisler/foundry-group-initiative/blob/master/CHANGELOG.md",
"readme": "https://github.com/tonifisler/foundry-group-initiative/blob/master/README.md"
}