forked from SignalK/SensESP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
105 lines (105 loc) · 2.1 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"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/"
}
],
"dependencies": [
{
"name": "ReactESP"
},
{
"name": "ESP8266WebServer",
"platforms": "espressif8266"
},
{
"name": "DNSServer"
},
{
"name": "ESPAsyncTCP"
},
{
"name": "ESP Async WebServer",
"version": "https://github.com/me-no-dev/ESPAsyncWebServer"
},
{
"name": "ESP8266WiFi",
"platforms": "espressif8266"
},
{
"name": "ESP8266mDNS",
"platforms": "espressif8266"
},
{
"name": "ESPAsyncWiFiManager"
},
{
"name": "ArduinoJson"
},
{
"name": "WebSockets"
},
{
"name": "OneWireNg"
},
{
"name": "DallasTemperature",
"version": "https://github.com/pstolarz/Arduino-Temperature-Control-Library"
},
{
"name": "ESPTrueRandom",
"version": "https://github.com/sivar2311/ESPTrueRandom"
},
{
"name": "elapsedMillis",
"version": "https://github.com/pfeerick/elapsedMillis"
},
{
"name": "Wire"
},
{
"name": "Adafruit ADS1X15"
},
{
"name": "Adafruit BME280 Library"
},
{
"name": "Adafruit BMP280 Library"
},
{
"name": "Adafruit SHT31 Library"
},
{
"name": "Adafruit INA219"
},
{
"name": "Adafruit MAX31856 library"
},
{
"name": "Adafruit BusIO"
},
{
"name": "RemoteDebug",
"version": "https://github.com/JoaoLopesF/RemoteDebug.git#0b5a9c1a49fd2ade0e3cadc3a3707781e819359a"
}
],
"version": "1.0.5-alpha",
"frameworks": "arduino",
"platforms": "*"
}