{ "name": "node-red-node-wemo", "version": "0.3.0", "description": "Input and Output nodes for Belkin WeMo devices", "repository" : { "type":"git", "url":"https://github.com/node-red/node-red-nodes.git", "directory": "tree/master/hardware/wemo" }, "main": "WeMoNG.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "wemo", "belkin" ], "contributors": [ { "email": "hardillb@gmail.com", "name": "Benjamin Hardill", "url": "http://www.hardill.me.uk/wordpress/" }, { "name": "Bart Butenaers" } ], "license": "Apache-2.0", "dependencies": { "node-ssdp": "^3.3.0", "request": "^2.88.2", "xml2js": "^0.4.23", "util": "^0.12.5", "url": "^0.11.4", "ip": "^2.0.1", "body-parser": "^1.20.3", "q": "^1.5.1" }, "node-red": { "nodes": { "wemo": "WeMoNG.js" } } }