forked from jbhaywood/foundryvtt-honeyheist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
31 lines (31 loc) · 776 Bytes
/
system.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
{
"id": "honey-heist",
"title": "Honey Heist",
"description": "It's HoneyCon. You are going to undertake the greatest heist the world has ever seen.",
"version": 1.3,
"templateVersion": 2,
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"authors": [
{
"name": "JHaywood"
}
],
"esmodules": [ "module/main.js" ],
"styles": [ "styles/main.css" ],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/jbhaywood/foundryvtt-honeyheist/",
"manifest": "https://raw.githubusercontent.com/jbhaywood/foundryvtt-honeyheist/master/system.json",
"download": "https://github.com/jbhaywood/foundryvtt-honeyheist/archive/v1.3.zip",
"license": "LICENSE.txt"
}