forked from st-one-io/node-red-contrib-cip-ethernet-ip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "node-red-contrib-cip-ethernet-ip",
"version": "2.0.0-beta.0",
"description": "A Node-RED node to interact with Allen Bradley / Rockwell PLCs using the EtherNet/IP Protocol",
"main": "index.js",
"dependencies": {
"st-ethernet-ip": "^2.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/st-one-io/node-red-contrib-cip-ethernet-ip.git"
},
"bugs": {
"url": "https://github.com/st-one-io/node-red-contrib-cip-ethernet-ip/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hardware",
"ethernet",
"ethernet-ip",
"ethernet/ip",
"CIP",
"industrial",
"PLC",
"communication",
"controller",
"rockwell",
"allen",
"bradley",
"allen-bradley",
"pccc",
"node-red"
],
"node-red": {
"nodes": {
"ethernet-ip": "red/ethernet-ip.js"
}
},
"author": "ST-One Ltda.",
"license": "GPL-3.0-or-later"
}