-
Notifications
You must be signed in to change notification settings - Fork 17
/
module.json
32 lines (32 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
{
"id": "foundry_community_tables",
"title": "Foundry Community Tables",
"description": "<p>This is a collection of Tables added by the FoundryVTT Community!<br><br>You can add your own tables by making a pull request here: https://github.com/foundry-vtt-community/tables</p>",
"version": "12.0",
"authors": [
{
"name": "FoundryVTTCommunity"
}
],
"packs": [
{
"name": "community-tables",
"label": "FVTT Community Tables",
"path": "packs/table.db",
"module": "foundry_community_tables",
"type": "RollTable"
}
],
"url": "https://github.com/foundry-vtt-community/tables",
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/module.json",
"download": "https://github.com/foundry-vtt-community/tables/archive/v12.0.zip",
"bugs": "https://github.com/foundry-vtt-community/tables/issues",
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/README.md",
"changelog": "https://github.com/foundry-vtt-community/tables/releases",
"license": "https://raw.githubusercontent.com/foundry-vtt-community/tables/main/LICENSE.md",
"socket": true,
"compatibility": {
"minimum": "12",
"verified": "12"
}
}