forked from nzfarmer1/mqtt2opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 864 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
41
{
"name": "mqtt2opcua",
"description": "Bi-directional MQTT OPCUA bridge",
"version": "0.0.13",
"dependencies": {
"node-opcua": ">=0.0.47",
"mqtt": "~1.1.4",
"qlobber": ""
},
"keywords": [
"mqtt",
"opcua",
"scada",
"telemetry",
"iot"
],
"contributors": [
"Andrew McClure <[email protected]> (http://agsense.co.nz)"
],
"maintainers": [
"Andrew McClure <[email protected]>"
],
"bugs": {
"url": "https://github.com/nzfarmer1/mqtt2opcua/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nzfarmer1/mqtt2opcua"
},
"homepage": "https://github.com/nzfarmer1",
"main": "mqtt2opcua.js",
"scripts": {
"test": "examples/run.js"
},
"author": "Andrew McClure",
"license": "MIT",
"devDependencies": {},
"directories": {
"example": "examples"
}
}