forked from ParticulaCode/FoundryVTT-GoDice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
34 lines (34 loc) · 806 Bytes
/
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
{
"id": "godice",
"title": "GoDice Bluetooth Dice",
"description": "RPG smart connected dice combine the haptic satisfaction of rolling real dice with rapid auto-calculation of your outcomes to keep the action going.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 12,
"verified": 12
},
"authors": [
{
"name": "Particula Ltd.",
"email": "[email protected]",
"url": "particula-tech.com",
"discord": "Katz Amit#5329"
}
],
"esmodules": [
"scripts/godice.mjs"
],
"scripts": [
],
"styles": [
"styles/godice.css"
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"media": []
}