blinky/package.json

24 lines
531 B
JSON
Raw Permalink Normal View History

2021-04-06 16:41:49 +02:00
{
"name": "blinky",
"version": "0.0.1",
"description": "control a blinkstick via http requests",
"main": "blinky.js",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
},
"keywords": [
"blinkstick",
"http"
],
"author": "Daniel Sommer <daniel.sommer@velvettear.de>",
"license": "MIT",
"dependencies": {
"blinkstick": "^1.2.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"hex-color-regex": "^1.1.0",
"moment": "^2.29.1",
"serve-favicon": "^2.5.0"
}
}