2019-12-03 18:33:49 +00:00
|
|
|
{
|
|
|
|
"name": "EchoController",
|
|
|
|
"description": "A Node-RED Project",
|
|
|
|
"version": "0.0.1",
|
2019-12-04 20:19:43 +00:00
|
|
|
"dependencies": {
|
2019-12-11 14:59:21 +00:00
|
|
|
"node-red-contrib-amazon-echo": "0.1.9",
|
|
|
|
"node-red-contrib-alexa-smart-home": "0.4.64-alpha.5"
|
2019-12-04 20:19:43 +00:00
|
|
|
},
|
2019-12-03 18:33:49 +00:00
|
|
|
"node-red": {
|
|
|
|
"settings": {
|
|
|
|
"flowFile": "flow.json",
|
|
|
|
"credentialsFile": "flow_cred.json"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|