-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@gocontroll-nl/node-red-gocontroll",
"version": "2.1.4",
"description": "Node-RED nodes for GOcontroll Moduline controllers",
"homepage": "https://gocontroll.com",
"os": [
"linux"
],
"dependencies": {
"i2c-bus": "^5.2.3",
"serialport": "^9.2.0",
"shelljs": "^0.8.5",
"socketcan": "^4.0.5",
"spi-device": "^3.1.2",
"uiojs": "1.1.0"
},
"devDependencies": {
"@types/node-red": "1.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/GOcontroll/node-red-gocontroll"
},
"license": "MIT",
"keywords": [
"node-red",
"GOcontroll"
],
"engines": {
"npm": ">=6.14.17",
"node": ">=14.20.0"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"4_20ma_module": "nodes/modules/4_20ma_module.js",
"input_module_10": "nodes/modules/input_module_10.js",
"input_module": "nodes/modules/input_module_6.js",
"output_module_10": "nodes/modules/output_module_10.js",
"output_module": "nodes/modules/output_module_6.js",
"bridge_module": "nodes/modules/bridge_module.js",
"settings": "nodes/settings.js",
"controller_active": "nodes/controller_active.js",
"controller_supply": "nodes/controller_supply.js",
"controller_temperature": "nodes/controller_temperature.js",
"status_led": "nodes/status_led.js",
"gps": "nodes/gps.js",
"can_receive": "nodes/can_receive.js",
"can_send": "nodes/can_send.js",
"read_memory": "nodes/read_memory.js",
"write_memory": "nodes/write_memory.js",
"read_simulink_signal": "nodes/read_simulink_signal.js",
"write_simulink_parameter": "nodes/write_simulink_parameter.js"
}
},
"author": {
"name": "Maud Spierings",
"email": "support@gocontroll.com",
"url": "https://gocontroll.com"
}
}