UNPKG

@smappee/node-red-contrib-smappee-knx

Version:
39 lines (38 loc) 862 B
{ "name": "@smappee/node-red-contrib-smappee-knx", "version": "0.1.7", "description": "KNX nodes", "author": "Smappee NV", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/smappee/node-red-contrib-smappee#readme", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:smappee/node-red-contrib-smappee.git" }, "keywords": [ "node-red", "smappee", "iot", "knx" ], "directories": { "lib": "./lib", "example": "./example" }, "dependencies": { "bytebuffer": "^5.0.1", "knx": "^2.2.8", "moment": "^2.19.4", "numeral": "^2.0.6" }, "node-red": { "nodes": { "connection": "node-connection.js", "destination": "node-destination.js", "gateway": "node-gateway.js" } } }