-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
33 lines (33 loc) · 921 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
{
"name": "bossbar",
"title": "Boss Bar",
"description": "",
"systems": [],
"version": "10.0.0",
"authors": [
{
"name": "Wasp",
"url": "https://github.com/fantasycalendar",
"discord": "Wasp#2005"
}
],
"esmodules": [
"index.js"
],
"styles": [
"style.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "/languages/en.json"
}
],
"socket": true,
"minimumCoreVersion": "10",
"compatibleCoreVersion": "10",
"url": "https://github.com/fantasycalendar/FoundryVTT-BossBar",
"manifest": "https://github.com/fantasycalendar/FoundryVTT-BossBar/releases/latest/download/module.json",
"download": "https://github.com/fantasycalendar/FoundryVTT-BossBar/releases/latest/download/module.zip"
}