-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 937 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
{
"name": "node-red-contrib-omron-fins",
"version": "0.5.0",
"author": {
"name": "Steve-Mcl",
"email": "44235289+Steve-Mcl@users.noreply.github.com"
},
"description": "OMRON FINS Ethernet protocol functions 'Read' and 'write' for communicating with OMRON PLCs from node-red",
"keywords": [
"node-red",
"OMRON",
"FINS",
"PLC"
],
"node-red": {
"nodes": {
"omronRead": "nodes/read.js",
"omronReadMultiple": "nodes/readMultiple.js",
"omronWrite": "nodes/write.js",
"omronFile": "nodes/fill.js",
"omronTransfer": "nodes/transfer.js",
"omronConnection": "nodes/connection.js",
"omronControl": "nodes/control.js"
}
},
"license": "MIT",
"dependencies": {
"omron-fins": "0.5.0"
},
"devDependencies": {
"eslint": "^7.29.0"
}
}