forked from technocreatives/node-red-contrib-can
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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-can",
"version": "1.0.8",
"description": "Node RED Node interfacing with a CAN network.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/technocreatives/node-red-contrib-can.git"
},
"keywords": [
"can",
"canbus",
"car",
"socketcan"
],
"node-red": {
"nodes": {
"can-listen": "can/can-listen.js",
"can-update": "can/can-update.js",
"can-config": "can/can-config.js",
"can-read": "can/can-read.js"
}
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/technocreatives/node-red-contrib-can/issues"
},
"homepage": "https://github.com/technocreatives/node-red-contrib-can#readme",
"dependencies": {
"socketcan": "2.2.2",
"lodash": "latest",
"hashmap": "latest"
}
}