-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 949 Bytes
/
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
{
"name": "node-red-contrib-ha-inovelli-manager",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/ryanjohnsontv/node-red-contrib-ha-inovelli-manager.git"
},
"description": "Nodes for easily managing scenes, parameters, and notifications of Inovelli switches paired through various Home Assistant integrations",
"keywords": [
"inovelli",
"node-red",
"home assistant",
"notification",
"scene control"
],
"node-red": {
"nodes": {
"inovelli-notification-manager": "nodes/inovelli-notification-manager.js",
"inovelli-led-manager": "nodes/inovelli-led-manager.js",
"inovelli-scene-manager": "nodes/inovelli-scene-manager.js"
}
},
"author": "Ryan Johnson",
"license": "MIT",
"devDependencies": {
"mocha": "^8.3.1",
"node-red": "^1.2.9",
"node-red-node-test-helper": "^0.2.7"
},
"dependencies": {
"color-convert": "^1.9.0"
}
}