UNPKG

clexi

Version:

Node.js CLEXI is a lightweight client extension interface that enhances connected clients with functions of the underlying operating system using a duplex, realtime Websocket connection.

47 lines (46 loc) 1.18 kB
{ "name": "clexi", "version": "0.9.2", "description": "Node.js CLEXI is a lightweight client extension interface that enhances connected clients with functions of the underlying operating system using a duplex, realtime Websocket connection.", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bytemind-de/nodejs-client-extension-interface.git" }, "keywords": [ "Websocket", "Bluetooth", "BLE", "Eddystone", "Beacon", "GPIO", "Raspberry", "Remote-Control", "Browser", "Extension", "Client-Server", "SPI", "LED", "APA102", "WS281X" ], "author": "Bytemind.de", "license": "MIT", "bugs": { "url": "https://github.com/bytemind-de/nodejs-client-extension-interface/issues" }, "homepage": "https://github.com/bytemind-de/nodejs-client-extension-interface#readme", "dependencies": { "node-beacon-scanner": "^0.2.2", "fastify": "^2.15.3", "fastify-static": "^2.7.0", "fastify-ws": "^1.0.3", "onoff": "^6.0.3", "spi-device": "^3.1.2", "usb": "^2.0.3", "color": "^4.2.3" } }