generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmodule.json
36 lines (36 loc) · 812 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
35
36
{
"id": "unfulfilled-rolls",
"title": "Unfulfilled Rolls",
"description": "Allows Dice rolls in Foundry Virtual Tabletop to be fulfilled by external sources like bluetooth dice or manual input.",
"version": "#{VERSION}#",
"library": "false",
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 10
},
"authors": [
{
"name": "Foundry Virtual Tabletop Team",
"website": "https://foundryvtt.com"
}
],
"relationships": {
"systems": [],
"requires": []
},
"esmodules": [
"scripts/unfulfilled-rolls.mjs"
],
"scripts": [
],
"styles": [
"styles/unfulfilled-rolls.css"
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"media": []
}