forked from MaterialFoundry/SoundFxLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
31 lines (31 loc) · 839 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
30
31
{
"name": "soundfxlibrary",
"title": "SoundFx Library",
"description": "Library of sound effects that can be used in soundboards.",
"version": "1.0.2",
"author": "CDeenen",
"authors": [
{
"name": "CDeenen"
}
],
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "10",
"compatibility": {
"minimum": "0.6",
"verified": "10"
},
"url": "https://github.com/CDeenen/SoundFxLibrary",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
"packRegistry.js"
],
"manifest": "https://raw.githubusercontent.com/CDeenen/SoundFxLibrary/master/module.json",
"download": "https://github.com/CDeenen/SoundFxLibrary/archive/master.zip"
}