-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.72 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
65
66
67
68
69
70
71
72
{
"name": "@cbus/node-red-contrib-cbus",
"version": "0.1.3",
"description": "A node that sends data to the cloud by using MQTT protocol. These data can be monitored at IoT Scope's web page with the given IoT ID.",
"dependencies": {
"balanced-match": "^1.0.2",
"base64-js": "^1.5.1",
"bl": "^4.1.0",
"brace-expansion": "^1.1.11",
"buffer": "^5.7.1",
"buffer-from": "^1.1.2",
"commist": "^1.1.0",
"concat-map": "^0.0.1",
"concat-stream": "^2.0.0",
"debug": "^4.3.2",
"duplexify": "^4.1.2",
"end-of-stream": "^1.4.4",
"fs.realpath": "^1.0.0",
"glob": "^7.1.7",
"help-me": "^3.0.0",
"ieee754": "^1.2.1",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"leven": "^2.1.0",
"minimatch": "^3.0.4",
"minimist": "^1.2.5",
"mqtt": "^4.2.8",
"mqtt-packet": "^6.10.0",
"ms": "^2.1.2",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"process-nextick-args": "^2.0.1",
"pump": "^3.0.0",
"readable-stream": "^3.6.0",
"reinterval": "^1.1.0",
"safe-buffer": "^5.2.1",
"split2": "^3.2.2",
"stream-shift": "^1.0.1",
"string_decoder": "^1.3.0",
"typedarray": "^0.0.6",
"util-deprecate": "^1.0.2",
"wrappy": "^1.0.2",
"ws": "^7.5.3",
"xtend": "^4.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Westwood85/node-red-contrib-cbus"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "GoktugU",
"license": "Apache-2.0",
"keywords": [
"node-red",
"CBUS",
"IoT",
"MQTT",
"IoT-Scope",
"scope",
"trend",
"graph",
"trendline",
"remote"
],
"node-red": {
"nodes": {
"iot-scope": "iot-scope.js"
}
}
}