forked from horville-hootenkline/DnDj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
29 lines (25 loc) · 853 Bytes
/
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
{
"name": "DnDj",
"title": "DnDj",
"description": "A multi-featured (and system agnostic) sound mixer/controller for Foundry VTT",
"version": "0.0.5",
"author": "horville",
"esmodules": [
"./src/producer.js",
"./src/engineer.js",
"./src/mixer.js",
"./src/linerNotes.js",
"./src/albumCover.js",
"./src/listener.js",
"./src/dndj.js",
"./src/radio.js"
],
"styles": ["./css/dndj.css"],
"packs": [],
"socket": true,
"minimumCoreVersion": "0.6.5",
"compatibleCoreVersion": "0.6.5",
"url": "https://github.com/horville-hootenkline/DnDj",
"manifest": "https://raw.githubusercontent.com/horville-hootenkline/DnDj/master/module.json",
"download": "https://github.com/horville-hootenkline/DnDj/raw/master/DnDj_v0.0.5.zip"
}