node-red-contrib-tasmota
Version:
Node-RED integration for Tasmota flashed devices
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "node-red-contrib-tasmota",
"description": "Node-RED integration for Tasmota flashed devices",
"version": "1.0.0",
"license": "MIT",
"author": "Dave Andreoli",
"keywords": [
"node-red",
"tasmota",
"sonoff",
"home automation"
],
"homepage": "https://github.com/davemds/node-red-contrib-tasmota",
"bugs": {
"url": "https://github.com/davemds/node-red-contrib-tasmota/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davemds/node-red-contrib-tasmota.git"
},
"scripts": {
"test": "standard"
},
"node-red": {
"nodes": {
"tasmota-mqtt-broker": "nodes/mqtt_broker.js",
"Tasmota switch": "nodes/switch.js",
"Tasmota sensor": "nodes/sensor.js",
"Tasmota light": "nodes/light.js",
"Tasmota button": "nodes/button.js",
"Tasmota generic": "nodes/generic.js"
}
},
"dependencies": {
"mqtt": "4.3.7"
},
"devDependencies": {
"standard": "*"
},
"files": [
"package.json",
"README.md",
"CHANGELOG.md",
"LICENSE",
"nodes/*"
]
}