-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.06 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-colorspace",
"version": "1.0.3",
"description": "Conver colors and colors temperature in NodeRed",
"node-red": {
"nodes": {
"node-red-contrib-colorspace": "node-red-contrib-colorspace.js"
}
},
"dependencies": {
"color-convert": "^2.0.1",
"color-temperature": "^0.2.7"
},
"main": "node-red-contrib-colorspace.js",
"devDependencies": {
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soloam/node-red-contrib-colorspace.git"
},
"keywords": [
"color",
"converter",
"node-red",
"nodered",
"temperature",
"yeelight",
"rgb",
"hsv",
"rgbi",
"kelvin"
],
"author": "Soloam",
"license": "MIT",
"bugs": {
"url": "https://github.com/soloam/node-red-contrib-colorspace/issues"
},
"homepage": "https://github.com/soloam/node-red-contrib-colorspace#readme"
}