-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
44
45
46
47
{
"name": "node-red-contrib-modbus-rtu",
"version": "0.1.2",
"description": "Node-RED abstraction of Modbus with RTU protocol",
"main": "node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sofkaski/node-red-contrib-modbus-rtu.git"
},
"keywords": [
"modbus",
"RTU"
],
"node-red": {
"nodes": {
"Modbus-RTU-In": "modbus-rtu/modbus-rtu-in.js",
"Modbus-RTU-Config": "modbus-rtu/modbus-rtu-config.js"
}
},
"files": [
"modbus-rtu"
],
"author": "Jyrki Kaski",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sofkaski/node-red-contrib-modbus-rtu/issues"
},
"homepage": "https://github.com/sofkaski/node-red-contrib-modbus-rtu#readme",
"dependencies": {
"modbus-rtu": "^0.2.1",
"node-red": "^0.18.4",
"q": "^1.4.1",
"serialport": "*",
"sprintf-js": "^1.0.3",
"tracer": "^0.8.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-htmlmin": "^4.0.0",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.0"
}
}