-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
52 lines (52 loc) · 1.16 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
{
"name": "node-red-contrib-johnny5",
"version": "0.51.0",
"description": "A set of node-red nodes for using Johnny-Five and IO plugins (fork)",
"main": "johnny5.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hreichert/node-red-contrib-johnny5.git"
},
"keywords": [
"gpio",
"node-red-contrib-gpio",
"io",
"firmata",
"node-red",
"johnny-five",
"johnny5",
"mqtt",
"raspberry pi",
"arduino",
"galileo",
"edison",
"beaglebone",
"bluetooth",
"ble",
"ble-io"
],
"author": "Luis Montes, Holger Reichert",
"license": "MIT",
"bugs": {
"url": "https://github.com/hreichert/node-red-contrib-johnny5/issues"
},
"homepage": "https://github.com/hreichert/node-red-contrib-johnny5",
"dependencies": {
"firmata": "^2.0.0",
"johnny-five": "^1.3.1",
"lodash": "^4.17.15",
"mqtt": "^2.15.2",
"mqtt-serial": "^0.6.0",
"serialport": "^8.0.5",
"socket.io-serial": "^0.4.0",
"udp-serial": "^0.2.0"
},
"node-red": {
"nodes": {
"johnny5": "johnny5.js"
}
}
}