-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
69 lines (69 loc) · 1.48 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
{
"name": "open_access",
"version": "0.0.1",
"description": "First implementation of Open Access",
"repository": {
"type": "git",
"url": "https://github.com/jupiterbak/OPEN-ACCESS.git"
},
"main": "open_access.js",
"scripts": {
"start": "node open_access.js",
"test": "mocha --exit --timeout 30000"
},
"contributors": [
"Jupiter Bakakeu"
],
"dependencies": {
"@mindconnect/mindconnect-nodejs": "^3.8.0",
"amqplib": "^0.8.0",
"async": "^2.6.4",
"backoff": "^2.5.0",
"basic-auth": "^1.0.4",
"chokidar": "^3.5.2",
"clone": "^2.1.2",
"colors": "^1.3.3",
"express": "^4.17.1",
"fs": "^0.0.2",
"fs-extra": "^0.30.0",
"fs.notify": "0.0.4",
"ip": "^1.1.4",
"is-utf8": "^0.2.1",
"js-yaml": "^4.1.0",
"long": "^3.2.0",
"md5": "^2.2.1",
"modbus-serial": "^8.0.3",
"mqtt": "^4.2.1",
"node-opcua": "^2.18.0",
"node-snap7": "^1.0.6",
"oauth2orize": "1.5.0",
"on-headers": "1.0.1",
"portfinder": "^1.0.28",
"shortid": "^2.2.16",
"socket.io": "^4.1.3",
"swagger-ui-express": "^4.1.2",
"util": "^0.12.4",
"when": "^3.7.8",
"ws": ">=8.2.0"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"OPC",
"UA;",
"Open",
"Access;",
"I4.0;",
"CPS;",
"Stream"
],
"author": "SP 142",
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^8.1.3",
"request": "^2.88.2"
}
}