-
Notifications
You must be signed in to change notification settings - Fork 20
/
library.json
40 lines (40 loc) · 846 Bytes
/
library.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
{
"name": "NukiBleEsp",
"version": "2.0.0",
"description": "Control Nuki smartlock via BLE from esp32",
"keywords": "nuki ble esp32",
"authors": [
{
"name": "Jeroen van de Vorst",
"maintainer": true
},
{
"name": "Bas Schouten"
}
],
"repository": {
"type": "git",
"url": "https://github.com/I-Connect/NukiBleEsp32.git"
},
"frameworks": "Arduino",
"platforms": [
"espressif32"
],
"build": {
"flags": "-Wno-unused-function"
},
"dependencies": [
{
"name": "NimBLE-Arduino",
"version": "h2zero/NimBLE-Arduino @ ^1.4.0"
},
{
"name": "CRC16",
"version": "https://github.com/vinmenn/Crc16"
},
{
"name": "BleScanner",
"version": "https://github.com/I-Connect/BleScanner"
}
]
}