forked from monome/norns-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.json
29 lines (29 loc) · 830 Bytes
/
base.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
{
"file_info": {
"version": 1,
"kind": "script_catalog"
},
"catalog_name": "base",
"entries": [
{
"project_name": "crow-studies",
"project_url": "https://github.com/monome/crow-studies",
"description": "crow examples",
"discussion_url": "https://monome.org/docs/crow/norns",
"tags": ["study", "demo"]
},
{
"project_name": "softcut-studies",
"project_url": "https://github.com/monome/softcut-studies",
"description": "softcut examples",
"discussion_url": "https://llllllll.co/t/norns-softcut-studies/23585",
"tags": ["study", "demo"]
},
{
"project_name": "we",
"project_url": "https://github.com/monome/we.git",
"description": "collected projects (legacy)",
"tags": ["study", "demo", "lib", "test"]
}
]
}