UNPKG

node-red-contrib-melview

Version:

Set of node red nodes to communicate with the melview API

38 lines (37 loc) 925 B
{ "name": "node-red-contrib-melview", "version": "1.3.0", "description": "Set of node red nodes to communicate with the melview API", "keywords": [ "node-red", "mitsubishi", "australia", "new-zealand", "aircon", "air-conditioning", "airconditioning", "air-conditioner" ], "main": "none", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/gravypower/node-red-contrib-melview" }, "node-red": { "nodes": { "melview-connection": "melview-connection.js", "melview-unitcommand": "melview-unitcommand.js", "melview-unitquery": "melview-unitquery.js" } }, "author": "Aaron Job", "license": "Apache License 2.0", "dependencies": { "async-mutex": "^0.2.6", "node-cache": "^5.1.2", "request": "^2.88.2" } }