-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
55 lines (55 loc) · 1.52 KB
/
Copy pathmodule.json
File metadata and controls
55 lines (55 loc) · 1.52 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
{
"id": "bardic-inspiration",
"title": "Bardic Inspiration",
"description": "Synchronized YouTube DJ for Foundry VTT - Play YouTube videos in sync across all players",
"version": "1.0.3",
"compatibility": {
"minimum": "12",
"verified": "13",
"maximum": "13"
},
"authors": [
{
"name": "Jeff Journey",
"url": "https://github.com/journeyjt",
"discord": "jeff8473"
}
],
"socket": true,
"esmodules": [
"dist/main.js"
],
"styles": [
"dist/main.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"relationships": {
"optional": [
{
"id": "_dev-mode",
"type": "module",
"manifest": "https://github.com/League-of-Foundry-Developers/foundryvtt-devMode/releases/latest/download/module.json",
"compatibility": {}
},
{
"id": "lib-wrapper",
"type": "module",
"manifest": "https://github.com/ruipin/fvtt-lib-wrapper/releases/latest/download/module.json",
"compatibility": {}
}
]
},
"url": "https://github.com/journeyjt/BardicInspiration",
"manifest": "https://github.com/journeyjt/BardicInspiration/releases/latest/download/module.json",
"download": "https://github.com/journeyjt/BardicInspiration/releases/latest/download/module.zip",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/journeyjt/BardicInspiration/issues",
"changelog": "https://github.com/journeyjt/BardicInspiration/releases"
}