-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (34 loc) · 1.04 KB
/
Copy pathmodule.json
File metadata and controls
34 lines (34 loc) · 1.04 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
{
"id": "dm-roll",
"title": "DM Roll",
"description": "dm-roll is a Foundry VTT module that allows the Dungeon Master to roll ability checks for different players in the game session, streamlining gameplay and enhancing session management.",
"version": "1.0.0",
"authors": [
{
"name": "vader",
"email": "dpupor@gmail.com",
"url": "https://github.com/dpr10"
}
],
"esmodules": ["scripts/module.js", "scripts/core.js", "scripts/ui.js"],
"styles": ["styles/dm-roll.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"compatibility": {
"minimum": "10",
"verified": "13",
"maximum": "13"
},
"url": "https://github.com/dpr10/dm-roll",
"manifest": "https://github.com/dpr10/dm-roll/releases/latest/download/module.json",
"download": "https://github.com/drp10/dm-roll/releases/download/v1.0.0/dm-roll.zip",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/dpr10/dm-roll/issues",
"changelog": "CHANGELOG.md"
}