-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
49 lines (46 loc) · 1.3 KB
/
module.json
File metadata and controls
49 lines (46 loc) · 1.3 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
{
"name": "streamAudio",
"title": "Underhill's Streaming Audio",
"description": "Stream audio to Foundry",
"author": "MrUnderhill",
"authors": [
{
"name": "MrUnderhill",
"url": "https://www.patreon.com/tabletopsandanvils",
"email": "mr_underhill@icloud.com",
"discord": "MrUnderhill#4707",
"patreon": "TabletopsAndAnvils"
}
],
"version": "0.0.4",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"styles": [
"/styles/stream.css"
],
"esmodules": [
"./scripts/howler.js",
"/streamAudio.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "/languages/en.json"
}
],
"media":[
{
"type":"cover",
"link":"https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/blob/main/img/fsm-cover.png"
},
{
"type":"screenshot",
"link":"https://github.com/TabletopsAndAnvils/Foundry-Stream-Module/blob/main/img/Screen%20Shot%202021-01-19%20at%2022.03.50.png"
}
],
"bugs": "https://github.com/TabletopsAndAnvils/streamAudio/issues",
"url": "https://github.com/TabletopsAndAnvils/streamAudio",
"manifest": "https://raw.githubusercontent.com/TabletopsAndAnvils/streamAudio/main/module.json",
"download": "https://github.com/TabletopsAndAnvils/streamAudio/archive/0.0.4.zip"
}