forked from zeitungen/node-rpi-rgb-led-matrix
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 891 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
{
"name": "easybotics-rpi-rgb-led-matrix",
"version": "0.3.0",
"description": "control led matrix with nodejs on raspberry pi. Nodejs binding of https://github.com/hzeller/rpi-rgb-led-matrix",
"keywords": [
"raspberry",
"raspberrypi",
"pi",
"rpi",
"ledmatrix",
"rpi-rgb-led-matrix",
"led-matrix",
"easybotics",
"hzeller"
],
"homepage": "https://github.com/easybotics/node-rpi-rgb-led-matrix",
"bugs": {
"url": "https://github.com/easybotics/node-rpi-rgb-led-matrix/issues"
},
"author": {
"name": "Ben",
"email": "keptan@protonmail.com",
"url": "https://github.com/keptan/"
},
"repository": {
"type": "git",
"url": "https://github.com/easybotics/node-rpi-rgb-led-matrix"
},
"main": "index.js",
"license": "GPL2.0",
"engines": {
"node": ">=0.10.3"
},
"dependencies": {
"nan": "^2.2.0"
}
}