-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
41 lines (41 loc) · 1.5 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
{
"id": "forge-vtt",
"name": "forge-vtt",
"title": "The Forge",
"description": "<p>This module allows players to browse their Forge Assets Library from their local games, if needed.</p><p>This module is automatically enabled for users on The Forge and is therefore not required when running your games on The Forge website.</p><p><strong>To use it, you will need to generate an API Key from your account page.</strong></p>",
"version": "1.14.10",
"author": "KaKaRoTo (forge-vtt.com)",
"authors": [
{
"name": "Youness Alaoui (KaKaRoTo)",
"url": "https://forge-vtt.com",
"discord": "kakaroto#4756",
"twitter": "@KaKaRoToKS",
"reddit": "u/KaKaRoToKS"
},
{
"name": "Evan Clarke",
"url": "https://deathsave.dev",
"discord": "errational#2007",
"twitter": "@death_save_dev",
"reddit": "u/etherboy12"
}
],
"scripts": [
"./forgevtt-module.js",
"./assets-sync.js"
],
"styles": [
"./styles/forgevtt.css"
],
"packs": [],
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "12",
"compatibility": {
"minimum": "0.6.0",
"verified": "12"
},
"url": "https://forge-vtt.com",
"manifest": "https://github.com/ForgeVTT/fvtt-module-forge-vtt/releases/latest/download/module.json",
"download": "https://github.com/ForgeVTT/fvtt-module-forge-vtt/releases/latest/download/module.zip"
}