thingzi-logic-twinkly
Version:
Twinkly lights control via node red
27 lines (26 loc) • 657 B
JSON
{
"name": "thingzi-logic-twinkly",
"version": "1.4.2",
"description": "Twinkly lights control via node red",
"bundleDependencies": false,
"dependencies": {
"axios": "^1.7.9"
},
"keywords": [ "node-red", "lights", "halloween", "christmas", "twinkly", "led", "decorations" ],
"author": "Bryan Black <bry@bryzi.net>",
"license": "MIT",
"node-red" : {
"version": ">=1.0.0",
"nodes": {
"twinkly-get": "twinkly-get.js",
"twinkly-set": "twinkly-set.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thingzi/thingzi-logic-twinkly.git"
}
}