node-red-contrib-daylight-rgbw
Version:
Daylight RGBW Color control for Node RED
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "node-red-contrib-daylight-rgbw",
"version": "2.2.2",
"description": "Daylight RGBW Color control for Node RED",
"author": "Raimond Brookman <raimondb@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RaimondB/node-red-contrib-daylight-rgbw.git"
},
"bugs": {
"url": "https://github.com/RaimondB/node-red-contrib-daylight-rgbw/issues"
},
"homepage": "https://github.com/RaimondB/node-red-contrib-daylight-rgbw#readme",
"dependencies": {
"bluebird": "^3.5.4",
"color-temperature": "^0.2.7",
"color-convert": "^2.0.1",
"suncalc": "^1.8.0"
},
"keywords": [
"node-red",
"daylight",
"rgbw"
],
"node-red": {
"nodes": {
"daylight-rgbw": "daylight-rgbw.js",
"animate-rgbw": "animate-rgbw.js"
}
},
"devDependencies": {
"deep-extend": "^0.6.0",
"mocha": "^11.0.1",
"node-red": "^4.0.0",
"node-red-node-test-helper": "^0.3.0",
"semantic-release": "^24.0.0",
"@semantic-release/exec": "^6.0.2",
"should": "^13.2.3",
"mocha-junit-reporter": "^2.0.0"
},
"scripts": {
"test": "mocha \"test/**/*_spec.js\""
}
}