-
Notifications
You must be signed in to change notification settings - Fork 81
/
library.json
52 lines (52 loc) · 1.08 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "SensESP",
"keywords": "SensESP, Signal K, marine, boat, sensor, hardware, embedded, device",
"description": "Signal K hardware sensor development library for ESP32 devices",
"repository":
{
"type": "git",
"url": "https://github.com/SignalK/SensESP.git"
},
"authors":
[
{
"name": "Matti Airas",
"email": "[email protected]",
"url": "https://github.com/mairas/",
"maintainer": true
},
{
"name": "Joel Kozikowski",
"url": "https://github.com/joelkoz/"
},
{
"name": "Brian Smith",
"url": "https://github.com/ba58smith/"
}
],
"dependencies": [
{
"owner": "mairas",
"name": "ReactESP",
"version": "^3.1.0"
},
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^7.0.0"
},
{
"owner": "pfeerick",
"name": "elapsedMillis",
"version": "^1.0.6"
},
{
"owner": "bxparks",
"name": "AceButton",
"version": "^1.10.1"
}
],
"version": "3.0.0",
"frameworks": "arduino",
"platforms": ["espressif32"]
}