-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
57 lines (57 loc) · 1.63 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
55
56
57
{
"id": "complete-card-management",
"title": "Complete Card Management",
"description": "Complete Card Management (CCM) is produced by Metamorphic Digital Studios and allows full interaction with cards on the canvas in Foundry VTT. By creating a unique card layer on the canvas users can drop cards, flip them, rotate them, shuffle decks, and even use regions to assign cards to different piles. The versatility is endless.",
"authors": [
{
"name": "Joseph M.",
"discord": "chaosos"
},
{
"name": "Zhell",
"discord": "zhell9201"
}
],
"url": "https://github.com/MetaMorphic-Digital/complete-card-management",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/MetaMorphic-Digital/complete-card-management/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "",
"thumbnail": ""
}
],
"version": "AUTOMATIC",
"compatibility": {
"minimum": "12.328",
"verified": "12.331"
},
"esmodules": ["./ccm.mjs"],
"styles": ["./ccm.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["./ccm.css", "./lang/en.json", "templates"]
}
},
"socket": true,
"packs": [],
"packFolders": [],
"documentTypes": {
"RegionBehavior": {
"moveCard": {}
}
},
"manifest": "https://github.com/MetaMorphic-Digital/complete-card-management/releases/latest/download/module.json",
"download": "AUTOMATIC"
}