forked from sPOiDar/fvtt-module-stream-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
71 lines (71 loc) · 1.59 KB
/
module.json
File metadata and controls
71 lines (71 loc) · 1.59 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
64
65
66
67
68
69
70
71
{
"id": "stream-view",
"name": "stream-view-fork",
"title": "Stream View V12 Fork",
"description": "This module provides a minimal UI view with automated camera work, ideal for streaming or recording games.",
"authors": [
{
"name": "sPOiDar",
"url": "https://github.com/sPOiDar"
}
],
"version": "2.0.4",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "11",
"compatibility": {
"minimum": "10",
"verified": "11",
"maximum": "12"
},
"esmodules": [
"modules/init.js"
],
"styles": [
"styles/stream_view.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
}
],
"packs": [
{
"name": "stream-view-macros",
"label": "Stream View Macros",
"path": "./packs/stream-view-macros.db",
"type": "Macro",
"entity": "Macro"
}
],
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"compatibility": {
"minimum": "1.12.7.2",
"verified": "1.12.7.2"
}
},
{
"id": "socketlib",
"compatibility": {
"minimum": "1.0.10",
"verified": "1.0.10"
}
}
]
},
"socket": true,
"license": "LICENSE",
"readme": "README.md",
"url": "https://github.com/Lioheart/fvtt-stream",
"manifest": "https://raw.githubusercontent.com/Lioheart/fvtt-stream/develop/module.json",
"download": "https://github.com/Lioheart/fvtt-stream/releases/download/v2.0.4/fvtt-stream-v2.0.4.zip"
}