forked from BlitzKraig/fvtt-EasyTable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
38 lines (38 loc) · 1.11 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
{
"id": "EasyTable",
"title": "EasyTable by Blitz",
"description": "Creates simple text-based rollable tables from CSV (or any-SV) data",
"version": "1.3.4",
"author": "Blitzkraig",
"authors": [{
"name": "Blitzkraig",
"url": "https://ko-fi.com/blitzkraig",
"email": "[email protected]",
"discord": "Blitz#6797"
}],
"scripts": ["./easytable.js"],
"styles": ["./styles.css"],
"packs": [],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"compatibility": {
"minimum": 10,
"verified": 10,
"maximum": 10
},
"url": "https://github.com/BlitzKraig/fvtt-EasyTable",
"manifest": "https://raw.githubusercontent.com/BlitzKraig/fvtt-EasyTable/master/module.json",
"download": "https://github.com/BlitzKraig/fvtt-EasyTable/releases/download/latest/easytable-release.zip",
"manifestPlusVersion": "1.0.0",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/BlitzKraig/fvtt-EasyTable/master/docs/cover.png"
}
],
"allowBugReporter": true,
"bugs":"https://github.com/BlitzKraig/fvtt-EasyTable/issues"
}