UNPKG

@smappee/node-red-contrib-smappee

Version:

Smappee Node-RED contains Smappee nodes and example flows

43 lines (42 loc) 1.45 kB
{ "name": "@smappee/node-red-contrib-smappee", "version": "0.1.7", "description": "Smappee Node-RED contains Smappee nodes and example flows", "author": "Smappee NV", "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/smappee/node-red-contrib-smappee#readme", "scripts": { "postinstall": "node ./tools/run.js install", "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": { "doc": "./docs" }, "node-red": { "nodes": { "aggregated": "node-device/node-aggregated.js", "aggregated-switch": "node-device/node-aggregated-switch.js", "device": "node-device/node-device.js", "switch-state": "node-device/node-switch-state.js", "presence": "node-device/node-presence.js", "realtime": "node-device/node-realtime.js", "charge-system-config": "node-ev/node-charge-system-config.js", "charge-point": "node-ev/node-charge-point.js", "ocpp-request": "node-ev/node-ocpp-request.js", "connection": "node-knx/node-connection.js", "destination": "node-knx/node-destination.js", "gateway": "node-knx/node-gateway.js", "solaredge": "node-solar/node-solaredge.js", "solaredge-site-config": "node-solar/node-solaredge-site-config.js" } } }