2014-07-27 18:05:23 +01:00
|
|
|
{
|
2016-04-10 09:57:22 +01:00
|
|
|
"name": "node-red-node-wemo",
|
2022-04-18 18:24:06 +01:00
|
|
|
"version": "0.2.3",
|
2016-04-09 17:59:36 +01:00
|
|
|
"description": "Input and Output nodes for Belkin WeMo devices",
|
2021-11-02 15:22:30 +00:00
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
|
|
"directory": "tree/master/hardware/wemo"
|
|
|
|
},
|
2016-04-09 17:59:36 +01:00
|
|
|
"main": "WeMoNG.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node-red",
|
2017-04-06 11:21:33 +01:00
|
|
|
"wemo",
|
|
|
|
"belkin"
|
2016-04-09 17:59:36 +01:00
|
|
|
],
|
2021-04-10 20:02:36 +01:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"email": "hardillb@gmail.com",
|
|
|
|
"name": "Benjamin Hardill",
|
|
|
|
"url": "http://www.hardill.me.uk/wordpress/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bart Butenaers"
|
|
|
|
}
|
|
|
|
],
|
2019-07-05 18:53:25 +01:00
|
|
|
"license": "Apache-2.0",
|
2016-04-09 17:59:36 +01:00
|
|
|
"dependencies": {
|
2022-06-04 22:07:04 +01:00
|
|
|
"node-ssdp": "~3.3.0",
|
2022-05-23 09:18:17 +01:00
|
|
|
"request": "~2.88.2",
|
2016-04-09 17:59:36 +01:00
|
|
|
"xml2js": "~0.4.13",
|
2022-05-25 12:17:54 +03:00
|
|
|
"util": "~0.12.4",
|
2016-04-09 17:59:36 +01:00
|
|
|
"url": "~0.11.0",
|
2022-05-29 16:10:10 +01:00
|
|
|
"ip": "~1.1.5",
|
2022-05-19 12:10:20 +03:00
|
|
|
"body-parser": "~1.20.0",
|
2022-06-03 10:20:30 +01:00
|
|
|
"q": "~1.5.1"
|
2016-04-09 17:59:36 +01:00
|
|
|
},
|
|
|
|
"node-red": {
|
|
|
|
"nodes": {
|
|
|
|
"wemo": "WeMoNG.js"
|
2014-07-27 18:05:23 +01:00
|
|
|
}
|
2016-04-09 17:59:36 +01:00
|
|
|
}
|
2014-07-27 18:05:23 +01:00
|
|
|
}
|