-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
30 lines (28 loc) · 777 Bytes
/
module.json
File metadata and controls
30 lines (28 loc) · 777 Bytes
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
{
"name": "eventail",
"title": "eventail cards hand display",
"description": "a real-like card hands sheet",
"version": "1.0.0",
"library": "false",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"authors": [{
"name": "Rwan",
"url": "",
"discord": "rwanoux#3031"
}],
"dependencies": [
],
"conflicts": [],
"esmodules": [
"/modules/module.js"
],
"styles": [
"/styles/module.css"
],
"languages": [],
"url": "https://github.com/rwanoux/eventail",
"manifest": "https://raw.githubusercontent.com/rwanoux/eventail/master/module.json",
"download": "https://github.com/rwanoux/eventail/archive/refs/heads/master.zip"
}