-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "node-red-contrib-wio-seeed",
"version": "0.1.7",
"author": {
"name": "Travis Brown"
},
"description": "Wio Link Nodes using Grove modules for Node RED",
"keywords": [
"node-red",
"node",
"seeed",
"wio",
"wio-link",
"wio-node",
"grove"
],
"dependencies": {
"https": "*",
"url": "*",
"path": "*",
"websocket": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/WarriorRocker/node-red-contrib-wio-seeed.git"
},
"bugs": {
"url": "https://github.com/WarriorRocker/node-red-contrib-wio-seeed/issues"
},
"homepage": "https://github.com/WarriorRocker/node-red-contrib-wio-seeed",
"license": "Apache-2.0",
"node-red": {
"nodes": {
"config": "wio-config/wio-config.js",
"digit": "wio-digit/wio-digit.js",
"display": "wio-display/wio-display.js",
"event": "wio-event/wio-event.js",
"output": "wio-output/wio-output.js",
"pwm": "wio-pwm/wio-pwm.js",
"sensor": "wio-sensor/wio-sensor.js",
"servo": "wio-servo/wio-servo.js",
"speaker": "wio-speaker/wio-speaker.js",
"ws2812": "wio-ws2812/wio-ws2812.js"
}
}
}