mirror of
https://github.com/sexybiggetje/pixdisp.git
synced 2024-11-21 17:21:01 +01:00
Updates
This commit is contained in:
parent
cd75fb1570
commit
3518fec1fc
3 changed files with 2608 additions and 2635 deletions
|
@ -17,6 +17,8 @@ execute:
|
||||||
npm install
|
npm install
|
||||||
nodejs pixdisp.js
|
nodejs pixdisp.js
|
||||||
|
|
||||||
|
optionally npm install pi-spi jpeg-js mjpeg-server
|
||||||
|
|
||||||
Navigate to http://localhost:8080/
|
Navigate to http://localhost:8080/
|
||||||
|
|
||||||
Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd
|
Matrix driver & Unicorn Hat HD driver inspired by https://github.com/vesteraas/node-unicornhathd
|
||||||
|
|
5227
package-lock.json
generated
5227
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -7,17 +7,19 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jpeg-js": "^0.3.4",
|
|
||||||
"mjpeg-server": "^0.3.0",
|
|
||||||
"pi-spi": "^1.0.3",
|
|
||||||
"restify": "^6.4.0",
|
"restify": "^6.4.0",
|
||||||
"vm2": "^3.6.10",
|
"vm2": "^3.6.10"
|
||||||
"snyk": "^1.192.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.19.1",
|
"eslint": "^4.19.1",
|
||||||
"eslint-plugin-security": "^1.4.0",
|
"eslint-plugin-security": "^1.4.0",
|
||||||
"jest": "^22.4.4"
|
"jest": "^24.8.0",
|
||||||
|
"snyk": "^1.197.0"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"pi-spi": "^1.0.3",
|
||||||
|
"jpeg-js": "^0.3.4",
|
||||||
|
"mjpeg-server": "^0.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest --forceExit",
|
"test": "jest --forceExit",
|
||||||
|
|
Loading…
Reference in a new issue