forked from BlitzKraig/fvtt-EasyTable
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.json
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathmodule.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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.5",
"author": "Blitzkraig",
"authors": [{
"name": "Blitzkraig",
"url": "https://ko-fi.com/blitzkraig",
"email": "craig@blitzkraig.com",
"discord": "Blitz#6797"
}],
"scripts": ["./easytable.js"],
"styles": ["./styles.css"],
"packs": [],
"languages": [{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"compatibility": {
"minimum": 10,
"verified": 11,
"maximum": 11
},
"url": "https://github.com/lichenthropic/fvtt-EasyTable",
"manifest": "https://raw.githubusercontent.com/Q-efx/fvtt-EasyTable/master/module.json",
"download": "https://github.com/Q-efx/fvtt-EasyTable/releases/download/latest/fvtt-EasyTable-master.zip",
"manifestPlusVersion": "1.0.0",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/lichenthropic/fvtt-EasyTable/master/docs/cover.png"
}
],
"allowBugReporter": true,
"bugs":"https://github.com/lichenthropic/fvtt-EasyTable/issues"
}