forked from Handyfon/diceaddiction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
40 lines (40 loc) · 1.09 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": "dice-addiction-v2",
"title": "Dice Addiction V2",
"description": "EVEN MORE DICE, EVEN MORE OPTIONS TO SCRATCH THE ITCH!",
"authors": [
{
"name": "Handyfon",
"discord": "https://discord.gg/gs5hAgxBx3",
"url": "https://github.com/Handyfon"
},
{
"name": "ModernCannabist",
"discord": "ModernCannabist#8321",
"url": "https://github.com/Abourass"
}
],
"version": "1.8.0",
"compatibility": {
"minimum": 10,
"verified": "10.291"
},
"relationships": {
"requires": [
{
"id": "dice-so-nice",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-dlopen/master/module.json"
}
]
},
"styles": [
"css/diceaddiction.css"
],
"scripts": [
"scripts/diceaddiction.js"
],
"url": "https://github.com/Abourass/foundry-dice-addiction-v2",
"manifest": "https://raw.githubusercontent.com/Abourass/foundry-dice-addiction-v2/main/module.json",
"download": "https://raw.githubusercontent.com/Abourass/foundry-dice-addiction-v2/main/dice-addiction.zip"
}