-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
49 lines (49 loc) · 1.13 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
{
"name": "music-assist",
"title": "MusicAssist",
"description": "A little helper which provides the ability to stream audio from remote sources (like youtube).",
"author": "temportalflux",
"version": "0.1.0",
"minimumCoreVersion": "0.5.3",
"compatibleCoreVersion": "0.5.5",
"esmodules": [
"./modules/main.js"
],
"styles": [
"./styles/music-assist.css"
],
"templates": [
"./templates/import-youtube-playlist.html"
],
"url": "https://github.com/temportalflux/MusicAssist",
"manifest": "https://raw.githubusercontent.com/temportalflux/MusicAssist/master/module.json",
"download": "https://github.com/temportalflux/MusicAssist/releases/download/v0.1.0/MusicAssist-v0.1.0.zip",
"socket": true,
"debugBuildDirectory": "D:\\Documents\\FoundryVTT\\Data\\modules",
"packageItems": [
"icons",
"lang",
"modules",
"styles",
"templates",
"module.json",
"README.md"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Spanish",
"path": "lang/es.json"
}
],
"icons": [
"./icons/music-spell.png",
"./icons/music-spell.svg"
],
"scripts": []
}