forked from jbarlow-mcafee/node-red-contrib-iiot-opcua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
131 lines (131 loc) · 3.81 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "node-red-contrib-iiot-opcua",
"version": "1.3.3",
"private": false,
"description": "The next evolution IoT/IIoT OPC UA toolbox package for Node-RED based on node-opcua.",
"repository": {
"type": "git",
"url": "git+https://github.com/biancode/node-red-contrib-iiot-opcua.git"
},
"dependencies": {
"better-assert": "1.0.2",
"collections": "5.1.2",
"cron": "1.3.0",
"debug": "3.1.0",
"easy-table": "1.1.0",
"node-opcua": "0.1.1-0",
"source-map-support": "0.5.0",
"treeify": "1.0.1",
"underscore": "1.8.3",
"vm2": "3.5.2"
},
"keywords": [
"node-red",
"OPC UA",
"opc-ua",
"opcua",
"opc ua",
"nodered opcua",
"node-red opc ua",
"iiot",
"IIoT",
"unified automation",
"opc foundation",
"node-opcua",
"biancode",
"modbus"
],
"author": "Klaus Landsdorf <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/biancode/node-red-contrib-iiot-opcua/issues"
},
"node-red": {
"nodes": {
"OPCUA-IIoT-Connector": "opcuaIIoT/opcua-iiot-connector.js",
"OPCUA-IIoT-Inject": "opcuaIIoT/opcua-iiot-inject.js",
"OPCUA-IIoT-Node": "opcuaIIoT/opcua-iiot-node.js",
"OPCUA-IIoT-Event": "opcuaIIoT/opcua-iiot-event.js",
"OPCUA-IIoT-Listener": "opcuaIIoT/opcua-iiot-listener.js",
"OPCUA-IIoT-Read": "opcuaIIoT/opcua-iiot-read.js",
"OPCUA-IIoT-Write": "opcuaIIoT/opcua-iiot-write.js",
"OPCUA-IIoT-Response": "opcuaIIoT/opcua-iiot-response.js",
"OPCUA-IIoT-Browser": "opcuaIIoT/opcua-iiot-browser.js",
"OPCUA-IIoT-Server": "opcuaIIoT/opcua-iiot-server.js",
"OPCUA-IIoT-Flex-Server": "opcuaIIoT/opcua-iiot-flex-server.js",
"OPCUA-IIoT-Server-ASO": "opcuaIIoT/opcua-iiot-server-aso.js",
"OPCUA-IIoT-Server-Command": "opcuaIIoT/opcua-iiot-server-cmd.js",
"OPCUA-IIoT-Server-ISA95": "opcuaIIoT/opcua-iiot-server-isa95.js",
"OPCUA-IIoT-Result-Filter": "opcuaIIoT/opcua-iiot-result-filter.js",
"OPCUA-IIoT-Method-Caller": "opcuaIIoT/opcua-iiot-method-caller.js"
}
},
"engines": {
"node": "6.x || 8.x"
},
"homepage": "https://github.com/biancode/node-red-contrib-iiot-opcua#readme",
"scripts": {
"test": "standard --fix && mocha test/* --reporter dot",
"build": "standard --fix && gulp publish",
"prepublishOnly": "standard --fix && npm run build && npm test",
"ci-publish": "ci-publish",
"release": "standard-version"
},
"files": [
"docs",
"examples",
"opcuaIIoT"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"ci-publish": "^1.3.0",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-htmlmin": "^4.0.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-obfuscate": "^0.2.9",
"gulp-replace": "^0.6.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"jsdoc": "^3.5.5",
"mocha": "^4.1.0",
"nock": "^9.1.5",
"node-red": "^0.17.5",
"npm-check-updates": "^2.14.0",
"pump": "^2.0.0",
"sinon": "^4.1.3",
"standard": "^10.0.3",
"standard-version": "^4.3.0",
"supertest": "^3.0.0",
"uglify-js": "^3.3.4",
"uglify-js-harmony": "^2.7.7",
"when": "^3.7.8"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"standard": {
"ignore": [
"node_modules/",
"examples/",
"opcuaIIoT/",
"docs",
"src/public/",
"test"
]
},
"main": "index.js"
}