-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmodule.json
48 lines (48 loc) · 1.3 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
{
"name": "cardsupport",
"title": "Card Support (Unofficial)",
"description": "Unofficial deck support for foundry that allows you to have cards and player hands and the like.",
"author": "Spacemandev, Norc",
"authors": [],
"url": "https://github.com/spacemandev-git/fvtt-card-support",
"manifest": "https://github.com/spacemandev-git/fvtt-card-support/releases/download/latest/module.json",
"download": "https://github.com/spacemandev-git/fvtt-card-support/archive/refs/heads/master.zip",
"flags": {},
"version": "1.6.1",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.6",
"esmodules": [
"./scripts/decksupport.js",
"./scripts/tileHud.js",
"./scripts/tokenHUD.js",
"./scripts/drop.js",
"./scripts/socketListener.js",
"./scripts/decksettings.js",
"./lib/js-yaml.js",
"./lib/jszip.js",
"./cardhotbar/index.js"
],
"styles": [
"./styles/sdf.css",
"./cardhotbar/css/card-hotbar.css",
"./styles/css/cardsupport.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"packs": [],
"system": [],
"dependencies": [],
"socket": true,
"protected": false,
"coreTranslation": false
}