mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-14 23:31:02 +01:00
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"name": "pixdisp",
|
|
"description": "Little application to drive Led matrix displays on your raspberry pi",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sexybiggetje/pixdisp.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pi-spi": "^1.0.2",
|
|
"restify": "^6.3.4"
|
|
}
|
|
}
|