mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-14 23:31:02 +01:00
24 lines
521 B
JSON
24 lines
521 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"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^22.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"name": "pixdisp",
|
|
"testRegex": "(/__tests__/.[^_]*|(\\.|/)(test|spec))\\.jsx?$",
|
|
"verbose": true
|
|
}
|
|
}
|