-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.json
53 lines (53 loc) · 1.44 KB
/
plugin.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"slug": "Scribbletune",
"name": "Scribbletune",
"version": "2.0.0",
"license": "BSD-3-Clause",
"brand": "Scribbletune",
"author": "Walmik Deshpande",
"authorEmail": "[email protected]",
"authorUrl": "https://walmik.com/",
"pluginUrl": "https://scribbletune.com/",
"manualUrl": "",
"sourceUrl": "",
"donateUrl": "https://www.paypal.me/walmik",
"changelogUrl": "",
"modules": [
{
"slug": "Brahma",
"name": "Brahma",
"description": "Brahma is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
},
{
"slug": "Indu",
"name": "Indu",
"description": "Indu is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
},
{
"slug": "Netra",
"name": "Netra",
"description": "Netra is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
},
{
"slug": "Agni",
"name": "Agni",
"description": "Agni is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
},
{
"slug": "Bana",
"name": "Bana",
"description": "Bana is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
},
{
"slug": "Rutu",
"name": "Rutu",
"description": "Rutu is one out of the 12 Melakarta Raga system",
"tags": ["quantizer", "indian", "raga"]
}
]
}