forked from lozanoje/Bellows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
60 lines (60 loc) · 1.45 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
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
{
"name": "bellows",
"title": "Bellows",
"description": "A fork of temportalflux's MusicAssist - a streaming helper for Foundry VTT. Every forge needs bellows!",
"authors": [
{
"name": "casualchameleon",
"url": "https://github.com/casualchameleon"
},
{
"name": "temportalflux",
"url": "https://github.com/temportalflux"
}
],
"version": "0.3.2",
"minimumCoreVersion": "0.6.6",
"compatibleCoreVersion": "0.7.5",
"esmodules": [
"./modules/main.js"
],
"styles": [
"./styles/bellows.css"
],
"templates": [
"./templates/import-youtube-playlist.html"
],
"url": "https://github.com/casualchameleon/Bellows",
"manifest": "https://raw.githubusercontent.com/casualchameleon/Bellows/master/module.json",
"download": "https://github.com/casualchameleon/Bellows/releases/download/0.3.2/bellows_0.3.2.zip",
"license": "https://github.com/casualchameleon/Bellows/blob/master/LICENSE",
"socket": true,
"debugBuildDirectory": "D:\\Documents\\FoundryVTT\\Data\\modules",
"packageItems": [
"icons",
"lang",
"modules",
"styles",
"templates",
"module.json",
"README.md",
"LICENSE"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"icons": [
"./icons/music-spell.png",
"./icons/music-spell.svg"
],
"scripts": []
}