-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 912 Bytes
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 912 Bytes
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
{
"name": "honcho",
"description": "Abstraction layer for multiple PLC controller interfaces",
"version": "0.4.6",
"author": {
"name": "Darren Pearce",
"email": "limeyd@gmail.com"
},
"contributors": [
{
"name": "Dana Moffit",
"email": "nodejsplc@gmail.com"
},
{
"name": "Brett Gattinger",
"email": "brett.gattinger@svscontrols.com"
}
],
"keywords": [
"nodes7",
"nodepccc",
"mcprocotol",
"PLC",
"Siemens"
],
"repository": {
"type": "git",
"url": "https://github.com/plcpeople/honcho"
},
"main": "honcho.js",
"dependencies": {
"async": "^3.2.3",
"honchoflatfile": "^0.1.5",
"mbtcpprotocol": "^0.1.3",
"mcprotocol": "^0.1.2",
"nodepccc": "^0.1.17",
"nodes7": "^0.3.18",
"nodes7commplus": "^1.2.16",
"serialipprotocol": "^0.1.1"
},
"engine": "node 12.x.x",
"license": "MIT"
}