forked from SkyTrix/node-red-contrib-openplc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 800 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
38
{
"name": "node-red-contrib-openplc",
"version": "1.0.1",
"description": "A Node-RED node representing an OpenPLC instance",
"author": "Cedric Vandendriessche",
"license": "MIT",
"dependencies": {
"node-red-contrib-modbus": "^1.1.0",
"request": "^2.81.0"
},
"keywords": [
"node-red",
"openplc",
"modbus"
],
"engines": {
"node": ">=6.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyTrix/node-red-contrib-openplc"
},
"node-red": {
"nodes": {
"OpenPLC": "OpenPLC/OpenPLC.js",
"OpenPLC-Input": "OpenPLC/OpenPLC-input.js"
}
},
"bugs": {
"url": "https://github.com/SkyTrix/node-red-contrib-openplc/issues/"
},
"files": [
"OpenPLC"
],
"directories": {
"example": "examples"
}
}