forked from foundryvtt/world-anvil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
34 lines (34 loc) · 784 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
{
"id": "world-anvil",
"title": "World Anvil Integration",
"version": "#{VERSION}#",
"description": "<p>A module to integrate <a href=\"https://worldanvil.com\" title=\"World Anvil\" target=\"_blank\">World Anvil</a> with Foundry Virtual Tabletop.</p>",
"authors": [
{
"name": "Atropos",
"discord": "Atropos#3814"
},
{
"name": "Adrien Schiehle",
"discord": "Didialchichi#2607"
}
],
"compatibility": {
"minimum": "10",
"verified": "12"
},
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"esmodules": ["wa.js"],
"styles": ["wa.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}