-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 864 Bytes
/
package.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
{
"name": "node-red-contrib-twilio",
"version": "0.0.5",
"description": "NodeRED Twilio Nodes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predev": "npm i -g",
"dev": "node-red -v"
},
"author": "Stephen Keep",
"contributors": [
{
"name": "Stephen Keep",
"email": "[email protected]"
}
],
"keywords": [
"contrib-twilio",
"twilio",
"redconnect"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/redconnect-io/node-red-contrib-twilio"
},
"dependencies": {
"twilio": "^2.9.0"
},
"node-red": {
"nodes": {
"twilio-connection": "twilio-connection.js",
"twilio-call": "twilio-call.js",
"twilio-say": "twilio-say.js",
"twilio-record" : "twilio-record.js"
}
}
}