forked from tyrrellsystems/node-red-contrib-serial-modbus
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 809 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
{
"name": "node-red-contrib-serial-modbus",
"version": "0.0.11",
"description": "Node to read values from a Modbus slave via RS485",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"modbus",
"serial",
"rs485"
],
"author": "[email protected]",
"contributor": ["Leif Neland ([email protected])"],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/leifnel/node-red-contrib-serial-modbus"
},
"bugs": {
"url": "https://github.com/leifnel/node-red-contrib-serial-modbus/issues"
},
"dependencies": {
"bluebird": "^3.7.1",
"modbus-serial": "^7.7.3",
"serialport": "^7.1.5"
},
"node-red": {
"nodes": {
"modbus-serial": "modbus-serial.js"
}
}
}