UNPKG

node-red-contrib-smartfritz

Version:

Node-RED node for SmartHome with Fritz!Box and Dect!200 based on smartfritz library

39 lines (38 loc) 932 B
{ "name": "node-red-contrib-smartfritz", "version": "0.2.0", "description": "Node-RED node for SmartHome with Fritz!Box and Dect!200 based on smartfritz library", "dependencies": { "smartfritz": ">=0.1.7" }, "engines": { "node": ">=5.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bashgroup/node-red-contrib-smartfritz.git" }, "license": "MIT", "keywords": [ "node-red", "smartfritz", "Dect!200", "Fritz!Box", "fritzbox", "fritz" ], "node-red": { "nodes": { "smartfritz": "smartfritz.js" } }, "author": "PR at bashGroup Lohr am Main, Germany", "bugs": { "url": "https://github.com/bashgroup/node-red-contrib-smartfritz/issues" }, "homepage": "https://github.com/bashgroup/node-red-contrib-smartfritz#readme", "main": "smartfritz.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }