-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.38 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.38 KB
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
{
"name": "BresserWeatherSensorReceiver",
"version": "0.39.3",
"description": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101, SX1276/RFM95W, SX1262 or LR1121",
"main": "WeatherSensor.cpp",
"frameworks": "arduino",
"platforms": ["ESP32", "ESP8266", "RP2040"],
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/BresserWeatherSensorReceiver.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/BresserWeatherSensorReceiver/issues"
},
"homepage": "https://github.com/matthias-bs/BresserWeatherSensorReceiver#README",
"dependencies": {
"RadioLib": "jgromes/RadioLib#semver:^7.6.0"
},
"optionalDependencies": {
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.3",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.4.3",
"WiFiManager": "tzapu/WiFiManager#semver:2.0.17",
"ESP_DoubleResetDetector": "khoih-prog/ESP_DoubleResetDetector#semver:1.3.2",
"Preferences": "vshymanskyy/Preferences#semver:^2.2.2",
"ESP Async TCP": "ESP32Async/ESPAsyncTCP:^2.0.0",
"Async TCP":"ESP32Async/AsyncTCP:^3.4.10",
"ESP Async WebServer":"ESP32Async/ESPAsyncWebServer:^3.10.3",
"Adafruit SSD1306": "adafruit/Adafruit_SSD1306:^2.5.16",
"RTClib": "adafruit/RTClib:^2.1.4"
}
}