forked from n-johnson/node-rpi-sk6812-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 Bytes
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
{
"name": "rpi-sk6812-native",
"version": "0.9.1",
"description": "(raspberry-pi *only*) native bindings to control a strip of WS281x or SK6812 LEDs with node.js",
"keywords": [
"raspberry",
"ws2811",
"ws2812",
"sk6812",
"led",
"hardware"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/n-johnson/node-rpi-sk6812-native.git"
},
"author": "Martin Schuhfuss <m.schuhfuss@gmail.com>",
"homepage": "https://github.com/n-johnson/node-rpi-sk6812-native",
"bugs": "https://github.com/n-johnson/node-rpi-sk6812-native/issues",
"license": "MIT",
"dependencies": {
"nan": "^2.0.9"
},
"devDependencies": {}
}