-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
30 lines (30 loc) · 1.16 KB
/
package.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
{
"name": "BresserWeatherSensorReceiver",
"version": "0.30.0",
"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.1.1",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.3.1",
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.2",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.2.1",
"WiFiManager": "tzapu/WiFiManager#semver:2.0.17",
"ESP_DoubleResetDetector": "khoih-prog/ESP_DoubleResetDetector#semver:1.3.2",
"Preferences": "vshymanskyy/Preferences#semver:^2.1.0"
}
}