forked from fantasycalendar/FoundryVTT-MinionManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
54 lines (54 loc) · 1.06 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"id": "minionmanager",
"title": "Minion Manager",
"description": "This module helps you manage minions, specifically MCDM style minions from Flee, Mortals!",
"version": "#{VERSION}#",
"library": false,
"socket": true,
"manifestPlusVersion": "1.2.0",
"compatibility": {
"minimum": 10,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "Fantasy Computerworks",
"url": "https://github.com/fantasycalendar"
},
{
"name": "Wasp",
"url": "https://github.com/Haxxer",
"discord": "wasp"
}
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "2.0.3"
}
}
]
},
"esmodules": [
"scripts/module.js"
],
"styles": [
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md"
}