pixdisp/package.json

25 lines
521 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"
2018-01-05 17:43:52 +01:00
},
"devDependencies": {
"jest": "^22.0.4"
},
"scripts": {
"test": "jest"
},
"jest": {
"name": "pixdisp",
"testRegex": "(/__tests__/.[^_]*|(\\.|/)(test|spec))\\.jsx?$",
"verbose": true
2017-12-12 20:41:32 +01:00
}
}