UNPKG

ws2801-webserver

Version:

A ready-to-use webserver for the WS2801-Pi package.

48 lines (47 loc) 1.15 kB
{ "name": "ws2801-webserver", "version": "1.0.1", "description": "A ready-to-use webserver for the WS2801-Pi package.", "main": "dist/index.js", "scripts": { "build": "rm -rf dist && tsc", "lint": "tslint --project .", "start": "node dist/run.js" }, "repository": { "type": "git", "url": "git+https://github.com/SteffenKn/WS2801-webserver.git" }, "keywords": [ "ws2801", "led", "ledstrip", "webserver" ], "author": "Steffen Knaup", "license": "MIT", "bugs": { "url": "https://github.com/SteffenKn/WS2801-webserver/issues" }, "homepage": "https://github.com/SteffenKn/WS2801-webserver#readme", "dependencies": { "body-parser": "1.19.0", "cors": "2.8.5", "express": "4.17.1", "ip": "1.1.5", "socket.io": "^3.0.4", "uuid": "^8.3.2", "ws2801-pi": "^1.2.0" }, "devDependencies": { "@types/cors": "2.8.9", "@types/express": "4.17.9", "@types/ip": "1.1.0", "@types/node": "14.14.16", "@types/socket.io": "^2.1.12", "@types/uuid": "^8.3.0", "tslint": "6.1.3", "tslint-eslint-rules": "5.4.0", "typescript": "4.1.3" } }