-
Notifications
You must be signed in to change notification settings - Fork 4
/
module.json
40 lines (40 loc) · 1.13 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
{
"id": "foundry-die-hard",
"title": "Die Hard",
"description": "Adjustments for DND5e & PF2e die rolls like fudging...",
"author": "Jeremy (UranusBytes)",
"version": "0.1.1",
"esmodules": [
"scripts/die-hard.js"
],
"styles": [
"styles/die-hard.css"
],
"dependencies": [
{
"name": "lib-wrapper",
"type": "module"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"flags": {
"fvttdevleague": {
"package-jam": 2022
}
},
"compatibility": {
"minimum": 10,
"verified": "10.291"
},
"url": "https://github.com/UranusBytes/foundry-die-hard",
"manifest": "https://github.com/UranusBytes/foundry-die-hard/releases/latest/download/module.json",
"readme": "https://github.com/UranusBytes/foundry-die-hard/blob/main/README.md",
"changelog": "https://github.com/UranusBytes/foundry-die-hard/blob/main/CHANGELOG.md",
"download": "https://github.com/UranusBytes/foundry-die-hard/releases/download/0.1.1/module.zip"
}