-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
36 lines (36 loc) · 824 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
{
"name": "rpi-ws2801",
"version": "0.0.3",
"description": "A node.js library to control a WS2801 RGB LED stripe via SPI with your Raspberry Pi",
"main": "rpi-ws2801.js",
"dependencies": {
"microtime": "*",
"spi-device": "^2.0.8"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jorgen-VikingGod/node-rpi-ws2801.git"
},
"keywords": [
"raspberry",
"pi",
"raspi",
"rpi",
"leddriver",
"led",
"rgb",
"WS2801",
"spi",
"pwm"
],
"author": "Jürgen Skrotzky",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jorgen-VikingGod/node-rpi-ws2801/issues"
},
"homepage": "https://github.com/Jorgen-VikingGod/node-rpi-ws2801"
}