{ "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 ", "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" } }