@smappee/node-red-contrib-smappee
Version:
Smappee Node-RED contains Smappee nodes and example flows
38 lines (37 loc) • 946 B
JSON
{
"name": "@smappee/node-red-contrib-smappee-device",
"version": "0.1.7",
"description": "Collection of device nodes that provide input",
"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"
],
"directories": {
"lib": "./lib",
"example": "./example"
},
"dependencies": {
"mqtt": "^2.15.0"
},
"node-red": {
"nodes": {
"aggregated": "node-aggregated.js",
"device": "node-device.js",
"aggregated-switch": "node-aggregated-switch.js",
"switch-state": "node-switch-state.js",
"presence": "node-presence.js",
"realtime": "node-realtime.js"
}
}
}