-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
34 lines (33 loc) · 1 KB
/
module.json
File metadata and controls
34 lines (33 loc) · 1 KB
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
{
"doc": "https://github.com/thingsdb/module-go-twilio#readme",
"version": "0.1.4",
"main": {
"linux/386": "bin/twilio_linux_386.bin",
"linux/amd64": "bin/twilio_linux_amd64.bin",
"linux/arm": "bin/twilio_linux_arm.bin",
"linux/arm64": "bin/twilio_linux_arm64.bin",
"freebsd/386": "bin/twilio_freebsd_386.bin",
"freebsd/amd64": "bin/twilio_freebsd_amd64.bin",
"freebsd/arm": "bin/twilio_freebsd_arm.bin",
"freebsd/arm64": "bin/twilio_freebsd_arm64.bin",
"darwin/amd64": "bin/twilio_darwin_amd64.bin"
},
"exposes": {
"call": {
"doc": "Make a Voice call",
"defaults": {
"deep": 1,
"load": true
},
"argmap": ["call"]
},
"message": {
"doc": "Sent a SMS or WhatsApp message",
"defaults": {
"deep": 1,
"load": true
},
"argmap": ["message"]
}
}
}