-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "node-red-contrib-s7comm",
"version": "1.1.6",
"description": "A Node-RED node to communicate with Siemens S7 PLCs.",
"main": "s7comm.js",
"author": {
"name": "SE",
"departement": "netAUTOMATION",
"company": "Hilscher Gesellschaft fuer Systemautomation mbH",
"email": "[email protected]",
"url": "http://www.hilscher.com",
"telephone": "+49 6190 9907 0",
"address": {
"street": "Rheinstrasse 15",
"city": "Hattersheim",
"state": "",
"country": "Germany",
"zip": "65795",
"additionalInformation": "close to airport frankfurt"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Hilscher/node-red-contrib-s7comm"
},
"dependencies": {
"nodes7": "0.3.1",
"colors": "1.3.2"
},
"optionalDependencies ": {
"net-keepalive": "1.2.1"
},
"devDependencies": {},
"keywords": [
"node-red",
"SIMATIC",
"PLC",
"Siemens",
"S7",
"S7comm",
"RFC1006",
"iso-on-tcp"
],
"node-red": {
"nodes": {
"s7comm": "s7comm.js"
}
},
"license": "MIT"
}