forked from SignalK/SensESP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
72 lines (72 loc) · 1.51 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "SensESP",
"keywords": "SensESP, Signal K, marine, boat, sensor, hardware, embedded, device",
"description": "Signal K hardware sensor development library for ESP 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": "^2.0.0"
},
{
"owner": "me-no-dev",
"name": "ESPAsyncTCP"
},
{
"owner": "me-no-dev",
"name": "ESP Async WebServer"
},
{
"owner": "alanswx",
"name": "ESPAsyncWiFiManager",
"version": "^0.31"
},
{
"owner": "bblanchon",
"name": "ArduinoJson",
"version": "^6.0.0"
},
{
"owner": "links2004",
"name": "WebSockets"
},
{
"owner": "pfeerick",
"name": "elapsedMillis"
},
{
"name": "RemoteDebug",
"version": "https://github.com/JoaoLopesF/RemoteDebug.git#0b5a9c1a49fd2ade0e3cadc3a3707781e819359a"
},
{
"owner": "bxparks",
"name": "AceButton",
"version": "^1.10.1"
}
],
"version": "2.7.3-alpha",
"frameworks": "arduino",
"platforms": ["espressif32"]
}