-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (44 loc) · 763 Bytes
/
config.json
File metadata and controls
45 lines (44 loc) · 763 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
42
43
44
45
{
"modules": [
{
"name": "Hello World",
"path": "./modules/hello-world.js"
},
{
"name": "Echo",
"path": "./modules/echo/main.js"
},
{
"name": "Timetable",
"path": "./modules/timetable/main.js"
},
{
"name": "Speak",
"path": "./modules/speak/main.js"
},
{
"name": "Chrome STT",
"path": "./modules/chrome-stt/server.js"
},
{
"name": "Reminder",
"path": "./modules/reminder/main.js"
},
{
"name": "News",
"path": "./modules/news/main.js"
},
{
"name": "Google Calendar",
"path": "./modules/googlecl/calendar.js"
},
{
"name": "Ack",
"path": "./modules/sentiment/ack.js"
},
{
"name": "Youtube Music",
"path": "./modules/music/main.js"
}
]
}