forked from Cloud-Automation/node-modbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 911 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
39
40
41
42
43
44
{
"name": "jsmodbus",
"version": "1.0.6",
"description": "Implementation for the Serial/TCP Modbus protocol.",
"author": "Stefan Poeter <[email protected]>",
"main": "./src/modbus.js",
"repository": {
"type": "git",
"url": "https://github.com/Cloud-Automation/node-modbus"
},
"dependencies": {
"crc": "^3.4.0",
"put": "0.0.6",
"q": "1.0.1",
"serialport": "^3.0.0",
"stampit": "^2.1.1",
"stampit-event-bus": "^0.1.1",
"stampit-log": "^0.3.0",
"stampit-state-machine": "^0.2.1"
},
"devDependencies": {
"sinon": "1.5.0"
},
"scripts": {
"test": "mocha test/*"
},
"engine": {
"node": ">=0.6"
},
"license": "MIT",
"keywords": [
"client",
"server",
"serial",
"port",
"modbus",
"tcp"
],
"readmeFilename": "README.md",
"directories": {
"test": "test",
"example": "examples"
}
}