forked from 360manu/kettlerUSB2BLE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
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
{
"name": "kettlerble",
"version": "1.0.0",
"description": "Bridge for USB to BLE FTMS service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "emmanuel candus",
"license": "MIT",
"dependencies": {
"@abandonware/bleno": "^0.5.1-2",
"@abandonware/bluetooth-hci-socket": "^0.5.3-5",
"@abandonware/noble": "^1.9.2-7",
"async": "^3.2.0",
"ejs": "^2.6.1",
"express": "^4.15.3",
"i2c-bus": "^5.1.0",
"input-event": "^1.2.6",
"nodemon": "^1.14.3",
"rpi-gpio" : "^2.1.5",
"oled-font-5x7": "^1.0.3",
"oled-i2c-bus": "^1.0.11",
"q": "^1.4.1",
"serialport": "^8.0.7",
"socket.io": "^2.0.4"
}
}