-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
69 lines (69 loc) · 1.93 KB
/
module.json
File metadata and controls
69 lines (69 loc) · 1.93 KB
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
59
60
61
62
63
64
65
66
67
68
69
{
"id": "auto-roll-npc-save-5e",
"title": "Auto Roll NPC Save DnD5e",
"description": "A module which notifies the GM if a targeted NPC makes a requested saving throw.",
"version": "2.0.0",
"author": "Andrew Krigline",
"authors": [
{
"name": "Andrew Krigline",
"discord": "Calego#0914",
"url": "https://github.com/ElfFriend-DnD",
"ko-fi": "elffriend",
"patreon": "ElfFriend_DnD"
}
],
"scripts": [
"./scripts/module.js"
],
"styles": [
"./styles/auto-roll-npc-save-5e.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"compatibility": {
"minimum": 10
},
"relationships": {
"systems": [{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.0"
}
}],
"requires": [{
"id": "socketlib",
"compatibility": {
"minimum": "1.0.10"
}
}]
},
"socket": true,
"url": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e",
"bugs": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/issues",
"changelog": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/releases",
"manifest": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/releases/latest/download/module.json",
"download": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/releases/latest/download/module.zip",
"license": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/raw/main/LICENSE",
"readme": "https://github.com/ElfFriend-DnD/foundryvtt-auto-roll-npc-save-5e/raw/main/README.md",
"flags": {
"allowBugReporter": true
},
"media": [
{
"type": "cover",
"url": "https://user-images.githubusercontent.com/7644614/138609250-9a3280cb-4b5d-4ce9-8255-ebcbec187093.jpg"
}
]
}