-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
}
}