-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "@nodecolor/node-red-contrib-azure-iot-hub",
"description": "Connector to azure on Node-Red",
"version": "0.5.3",
"license": "Apache-2.0",
"homepage": "https://node-professional.com/",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"@azure/event-hubs": "^5.8.0",
"azure-iot-device": "^1.18.1",
"azure-iot-device-amqp": "^1.14.1",
"azure-iot-device-http": "^1.14.1",
"azure-iot-device-mqtt": "^1.16.1",
"azure-iothub": "^1.16.1",
"is-property": "^1.0.2"
},
"keywords": [
"node-red",
"Azure",
"Azure IoT"
],
"node-red": {
"nodes": {
"Azure": "azureiothub.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodecolor/node-red-contrib-azure-iot-hub.git"
},
"author": "Lucas Humenhuk <[email protected]> (https://github.com/nodecolor/node-red-contrib-azure-iot-hub)",
"contributors": [
"Olli Kasari <[email protected]>",
"Lucas Humenhuk <[email protected]>",
"nodecolor <https://node-professional.com/>"
],
"bugs": {
"url": "https://github.com/nodecolor/node-red-contrib-azure-iot-hub/issues"
},
"main": "azureiothub.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}