mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
434d9808a9
and add fa icons
25 lines
652 B
JSON
25 lines
652 B
JSON
{
|
|
"name" : "node-red-node-wemo",
|
|
"version" : "0.0.1",
|
|
"description" : "A Node-RED node to control a Belkin Wemo set of devices.",
|
|
"dependencies" : {
|
|
"wemo" : "0.1.0"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/wemo"
|
|
},
|
|
"license": "Apache",
|
|
"keywords": [ "node-red", "wemo" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"wemo": "60-wemo.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|