-
Notifications
You must be signed in to change notification settings - Fork 94
/
base.json
37 lines (37 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
{
"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": "firstlight",
"project_url": "https://github.com/monome/firstlight",
"description": "study zero",
"discussion_url": "https://l.llllllll.co/firstlight",
"tags": ["study", "demo"]
},
{
"project_name": "fledge",
"project_url": "https://github.com/monome/fledge",
"description": "crow firmware updater",
"discussion_url": "https://monome.org/docs/crow/update/",
"tags": ["crow", "utility"]
},
{
"project_name": "softcut-studies",
"project_url": "https://github.com/monome/softcut-studies",
"description": "softcut examples",
"discussion_url": "https://monome.org/docs/norns/softcut",
"tags": ["study", "demo"]
}
]
}