-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
58 lines (58 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"id": "faster-rolling-by-default-5e",
"title": "Faster Rolling by Default DnD5e",
"description": "A module which makes using items in D&D5e faster by default.",
"author": "Andrew Krigline",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"ko-fi": "elffriend",
"patreon": "ElfFriend_DnD"
}
],
"url": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e",
"license": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/raw/main/LICENSE",
"readme": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/raw/main/README.md",
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/releases",
"flags": {
"allowBugReporter": true,
"fvttdevleague": {
"package-jam": 2022
}
},
"version": "1.0.1",
"compatibility": {
"minimum": 10,
"verified": 10
},
"scripts": [
"./scripts/faster-rolling-by-default-5e.js"
],
"esmodules": [],
"styles": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0"
}
}]
},
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/releases/latest/download/module.json",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-faster-rolling-by-default-5e/releases/download/1.0.0/module.zip",
"protected": false,
"coreTranslation": false,
"library": false
}