-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
25 lines (25 loc) · 915 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
{
"id": "pretty-mixer",
"title": "Pretty Mixer",
"description": "A pretty audio mixer with great controls for FoundryVTT.",
"version": "1.0",
"compatibility": {
"minimum": 11,
"verified": 11,
"maximum": 11
},
"authors": [
{
"name": "PragmaticBeaver",
"url": "https://github.com/PragmaticBeaver"
}
],
"esmodules": ["scripts/module.js"],
"styles": ["styles/module.css"],
"url": "https://github.com/PragmaticBeaver/pretty-mixer",
"manifest": "https://github.com/PragmaticBeaver/pretty-mixer/latest/download/module.json",
"download": "https://github.com/PragmaticBeaver/pretty-mixer/releases/latest/download/pretty-mixer.zip",
"bugs": "https://github.com/PragmaticBeaver/pretty-mixer/issues",
"license": "https://github.com/PragmaticBeaver/pretty-mixer/blob/main/LICENSE",
"readme": "https://github.com/PragmaticBeaver/pretty-mixer/blob/main/README.md"
}