-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (34 loc) · 893 Bytes
/
Copy pathmodule.json
File metadata and controls
34 lines (34 loc) · 893 Bytes
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
{
"id": "aedifs-token-sounds",
"title": "Sound of Token",
"description": "Play ambient sounds through tokens.",
"version": "3.0.0",
"manifest": "https://github.com/Aedif/token-sounds/releases/latest/download/module.json",
"download": "https://github.com/Aedif/token-sounds/releases/download/3.0.0/aedifs-token-sounds.zip",
"compatibility": {
"minimum": 13,
"verified": 13
},
"authors": [
{
"name": "Aedif",
"url": "https://github.com/aedif",
"discord": "aedif"
}
],
"esmodules": ["token-sounds.js"],
"scripts": [],
"styles": ["styles/token-sounds.css"],
"packs": [],
"socket": true,
"relationships": {
"requires": [
{
"id": "lib-wrapper",
"type": "module"
}
]
},
"url": "https://github.com/Aedif/token-sounds",
"readme": "https://github.com/Aedif/token-sounds/blob/master/README.md"
}