-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.json
More file actions
63 lines (60 loc) · 1.93 KB
/
module.json
File metadata and controls
63 lines (60 loc) · 1.93 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "streamMod",
"title": "Foundry Stream Module",
"description": "Implements two-way communication between Foundry VTT and Twitch, allowing for two-way chat plus adds dice rolling requests, a tabbed chat window, a separate dice engine for just for viewers, event handling and several moderation commands directly into Foundry itself, bringing your streamed game to the next level of interactivity!",
"author": "MrUnderhill",
"authors": [
{
"name": "MrUnderhill",
"url": "https://www.patreon.com/tabletopsandanvils",
"email": "mr_underhill@icloud.com",
"discord": "MrUnderhill#4707",
"patreon": "TabletopsAndAnvils"
}
],
"version": "0.3.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion" : "9",
"styles": [
"/styles/fsmtabs.css"
],
"esmodules": [
"/scripts/tmi.min.js",
"/scripts/fsmcore.js",
"/fsminit.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "/lang/en.json"
}
],
"packs":[
{
"name": "documentation",
"label": "Foundry Stream Module Documentation 0.2.4",
"path": "packs/documentation.db",
"entity": "JournalEntry",
"module": "streamMod"
}
],
"dependencies":[
{
"name": "_chatcommands",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/download/1.2.0/module.json"
}
],
"media":[
{
"type": "cover",
"link": "https://raw.githubusercontent.com/TabletopsAndAnvils/Foundry-Stream-Module/main/img/fsm-cover.png"
}
],
"bugs": "https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/issues",
"allowBugReporter": true,
"url": "https://github.com/TabletopsAndAnvils/Foundry-Stream-Module",
"manifest": "https://raw.githubusercontent.com/TabletopsAndAnvils/Foundry-Stream-Module/main/module.json",
"download": "https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/archive/0.3.0.zip"
}