-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.json
36 lines (36 loc) · 1.12 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
{
"id": "grouproll",
"name": "grouproll",
"title": "Group Roll Checks and Saves",
"description": "This module rolls skill and ability checks for groups of tokens.",
"version": "0.12.0",
"compatibility": {
"minimum": "12",
"verified": "12.330"
},
"authors": [{
"name": "trdischat",
"url": "https://github.com/trdischat/"
}],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"manifest": "https://raw.githubusercontent.com/foundryvtt/dnd5e/master/system.json",
"compatibility": {
"minimum": "3.0.0",
"verified": "3.3.1"
}
}]
},
"esmodules": ["main.js"],
"styles": ["./css/grouproll.css"],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"url": "https://github.com/trdischat/grouproll",
"manifest": "https://github.com/trdischat/grouproll/releases/latest/download/module.json",
"download": "https://github.com/trdischat/grouproll/releases/download/0.12.0/module.zip"
}