-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "node-red-contrib-daylight-rgbw",
"version": "2.0.0",
"description": "Daylight RGBW Color control for Node RED",
"author": "Raimond Brookman <[email protected]>",
"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": "^10.0.0",
"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\""
}
}