forked from Raynerv/node-red-contrib-mqttssl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 808 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
{
"name" : "node-red-contrib-mqttssl",
"version" : "0.0.5",
"description" : "Based on node-red-node-mqtt. Contains in/out nodes that connect to brokers that allow unrestricted connections (clients do not need to supply the client certificates) using certificate based SSL/TLS encryption.",
"dependencies": {
"mqtt": "0.3.x"
},
"license": "Apache",
"repository" : {
"type":"git",
"url":"https://github.com/Raynerv/node-red-contrib-mqttssl.git"
},
"keywords": [ "node-red", "mqtt", "ssl", "tls" ],
"node-red" : {
"nodes": {
"mqttssl": "mqttssl.js"
}
},
"directories" : {
"lib" : "lib",
"icons": "icons"
},
"author": {
"name": "Rayner Vintervoll",
"email": "[email protected]"
}
}