forked from michael02022/basic-harmonica
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
41 lines (41 loc) · 910 Bytes
/
plugins.json
File metadata and controls
41 lines (41 loc) · 910 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
35
36
37
38
39
40
41
{
"plugins": [
{
"author": "michael02022",
"homepage": "https://github.com/michael02022/basic-harmonica",
"name": "Basic Harmonica",
"description": "Basic harmonica.",
"tags": [
"Instrument",
"Wind",
"Harmonica",
"sfz"
],
"version": "1.0.0",
"id": "basic-harmonica",
"date": "2022-10-07T07:00:00.000Z",
"files": {
"audio": {
"name": "basic-harmonica.flac",
"size": 100197
},
"image": {
"name": "basic-harmonica.jpg",
"size": 65716
},
"linux": {
"name": "basic-harmonica.zip",
"size": 1404185
},
"mac": {
"name": "basic-harmonica.zip",
"size": 1404185
},
"win": {
"name": "basic-harmonica.zip",
"size": 1404185
}
}
}
]
}