-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathmodule.json
33 lines (33 loc) · 1.01 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
{
"name": "group-initiative",
"title": "Group Initiative",
"description": "Roll group initiative from the Combat tracker.",
"author": "thorni",
"version": "1.4.0",
"minimumCoreVersion": "0.7.3",
"compatibleCoreVersion": "0.7.3",
"scripts": [],
"esmodules": ["group-initiative.js"],
"url": "https://github.com/tonifisler/foundry-group-initiative",
"manifest": "https://raw.githubusercontent.com/tonifisler/foundry-group-initiative/master/module.json",
"download": "https://github.com/tonifisler/foundry-group-initiative/archive/1.4.0.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",
"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"
}
]
}