-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.json
40 lines (40 loc) · 987 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
37
38
39
40
{
"id": "dungeon-draw",
"name": "dungeon-draw",
"authors": [
{
"name": "mcglintlock"
}
],
"title": "Dungeon Draw",
"description": "A dungeon-drawing module for Foundry VTT",
"version": "1.2.1",
"library": "false",
"manifestPlusVersion": "1.0.0",
"compatibility": {
"minimum": 12,
"verified": 12
},
"relationships": {
"requires": []
},
"esmodules": ["./modules/dungeondraw-bundle.min.js"],
"packs": [],
"scripts": [],
"styles": ["styles/dungeondraw.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ja",
"name": "日本語",
"path": "lang/ja.json"
}
],
"url": "https://github.com/mcglincy/dungeondraw-foundry-vtt",
"manifest": "https://github.com/mcglincy/dungeondraw-foundry-vtt/releases/latest/download/module.json",
"download": "https://github.com/mcglincy/dungeondraw-foundry-vtt/releases/download/1.2.1/module.zip"
}