-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 1014 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
34
35
36
37
{
"name": "node-red-contrib-mcprotocol",
"version": "1.2.0",
"description": "Mode-red nodes to Read from & Write to MITSUBISHI PLC over Ethernet using MC Protocol",
"repository": {
"type": "git",
"url": "git+https://github.com/Steve-Mcl/node-red-contrib-mcprotocol.git"
},
"keywords": [
"node-red",
"MITSUBISHI",
"MC PROTOCOL",
"MELSEC",
"PLC"
],
"node-red": {
"nodes": {
"mcRead": "nodes/read.js",
"mcWrite": "nodes/write.js",
"mcConnection": "nodes/connection.js"
}
},
"author": {
"name": "Steve-Mcl"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Steve-Mcl/node-red-contrib-mcprotocol/issues"
},
"homepage": "https://github.com/Steve-Mcl/node-red-contrib-mcprotocol#readme",
"maintainers": [
{
"name": "Steve-Mcl",
"email": "44235289+Steve-Mcl@users.noreply.github.com"
}
]
}