-
Notifications
You must be signed in to change notification settings - Fork 9
/
library.json
37 lines (37 loc) · 1009 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
{
"name": "ArduinoBleOTA",
"version": "1.1.0",
"description": "Bluetooth low energy (BLE) library for uploads",
"keywords": "BLE, OTA, bluetooth, upload, update",
"repository":
{
"type": "git",
"url": "https://github.com/vovagorodok/ArduinoBleOTA"
},
"authors":
[
{
"name": "vovagorodok",
"email": "vovagorodok2@gmail.com",
"url": "https://github.com/vovagorodok",
"maintainer": true
},
{
"name": "dkwach",
"email": "dawid.kwach@gmail.com",
"url": "https://github.com/dkwach"
}
],
"license": "MIT",
"homepage": "https://github.com/vovagorodok/ArduinoBleOTA",
"dependencies":
{
"jandrassy/ArduinoOTA":"^1.1.0",
"robtillaart/CRC":"^1.0.3",
"rlogiacco/CircularBuffer":"^1.4.0",
"arduino-libraries/ArduinoBLE":"^1.3.7"
},
"headers": ["ArduinoBleOTA.h", "BleOtaMultiservice.h"],
"frameworks": "arduino",
"platforms": ["*"]
}