forked from lcarli/NodeRedIoTHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 924 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
34
35
36
37
38
39
40
{
"name": "node-red-contrib-azure-iot-hub",
"description": "Connector to azure on Node-Red",
"version": "0.4.0",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"azure-event-hubs": "0.0.8",
"azure-iot-device": "<=1.0.14",
"azure-iot-device-amqp": "<=1.0.14",
"azure-iot-device-amqp-ws": "<=1.0.14",
"azure-iot-device-http": "<=1.0.14",
"azure-iot-device-mqtt": "<=1.0.14",
"azure-iothub": "^1.2.3",
"is-property": "<=1.0.2"
},
"keywords": [
"node-red",
"Azure",
"Azure IoT"
],
"node-red": {
"nodes": {
"Azure": "azureiothub.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/lcarli/NodeRedIoTHub"
},
"author": {
"name": "Lucas Humenhuk",
"email": "luhumenh@microsoft.com",
"url": "http://nodered.org"
},
"contributors": [
"Olli Kasari <8488349+kasarol@users.noreply.github.com>"
]
}