-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.json
31 lines (31 loc) · 875 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
{
"name": "dungeon-draw",
"author": "mcglintlock",
"title": "Dungeon Draw",
"description": "A dungeon-drawing module for Foundry VTT",
"version": "0.1.0",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "9",
"dependencies": [],
"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/dungeon-draw",
"manifest": "https://github.com/mcglincy/dungeon-draw/releases/latest/download/module.json",
"download": "https://github.com/mcglincy/dungeon-draw/releases/download/0.1.0/module.zip"
}