-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
45 lines (45 loc) · 993 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
41
42
43
44
45
{
"name": "actioninitiative",
"minimumCoreVersion": "10",
"id": "actioninitiative",
"title": "Action Initiative",
"version": "#{VERSION}#",
"library": false,
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"authors": [
{
"name": "caewok",
"url": "https://github.com/caewok",
"discord": "caewok#9192"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://raw.githubusercontent.com/ruipin/fvtt-lib-wrapper/master/module.json"
}
]
},
"esmodules": [
"scripts/module.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json",
"title": "Action Initiative",
"description": "Initiative based on actions taken by the combatants."
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md"
}