pixdisp/package.json

14 lines
305 B
JSON
Raw Normal View History

2017-12-12 20:41:32 +01:00
{
2018-01-05 00:32:48 +01:00
"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",
2017-12-12 20:41:32 +01:00
"dependencies": {
"pi-spi": "^1.0.2",
"restify": "^6.3.4"
}
}