-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
64 lines (64 loc) · 1.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "node-red-contrib-zwave-js",
"version": "9.1.0",
"license": "MIT",
"description": "The most powerful, high performing and highly polished Z-Wave node for Node-RED based on Z-Wave JS. If you want a fully featured Z-Wave framework in your Node-RED instance, you have found it.",
"dependencies": {
"limiter": "^2.1.0",
"lodash": "^4.17.21",
"winston": "^3.17.0",
"winston-transport": "^4.9.0",
"zwave-js": "^14.3.3"
},
"devDependencies": {
"eslint": "^9.15.0",
"prettier": "^3.3.3"
},
"scripts": {
"validate": "node-red-dev validate -o validation_result.json"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"node-red",
"zwave",
"zwave-js",
"controller",
"smart",
"automation",
"home-automation",
"home"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"zwave-js": "zwave-js/zwave-js.js",
"zwave-device": "zwave-js/zwave-device.js",
"event-filter": "zwave-js/event-filter.js",
"cmd-factory": "zwave-js/cmd-factory.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/zwave-js/node-red-contrib-zwave-js.git"
},
"author": {
"name": "Marcus Davies",
"email": "[email protected]"
},
"contributors": [
{
"name": "hufftheweevil (Justin)",
"url": "https://github.com/hufftheweevil"
},
{
"name": "crxporter",
"url": "https://github.com/crxporter"
}
],
"bugs": {
"url": "https://github.com/zwave-js/node-red-contrib-zwave-js/issues"
},
"homepage": "https://github.com/zwave-js/node-red-contrib-zwave-js#readme"
}