This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.56 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
31
32
33
34
35
36
37
38
39
{
"name": "BresserWeatherSensorTTN",
"version": "0.13.0",
"description": "Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver; provides data via LoRaWAN",
"main": "BresserWeatherSensorTTN.ino",
"frameworks": "arduino",
"platforms": [
"ESP32",
"RP2040"
],
"directories": {
"src": "src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/BresserWeatherSensorTTN.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/BresserWeatherSensorTTN/issues"
},
"homepage": "https://github.com/matthias-bs/BresserWeatherSensorTTN#README",
"dependencies": {
"BresserWeatherSensorReceiver": "matthias-bs/BresserWeatherSensorReceiver#semver:^0.28.5",
"arduino-lmic": "mcci-catena/arduino-lmic.git#v4.1.1",
"arduino-lorawan": "mcci-catena/arduino-lorawan.git#v0.10.0",
"Catena-mcciadk": "mcci-catena/Catena-mcciadk.git#v0.2.2",
"RadioLib": "jgromes/RadioLib#semver:^6.6.0",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.2.1",
"ESP32Time": "fbiego/ESP32Time#semver:^2.0.6",
"OneWireNg": "https://github.com/pstolarz/OneWireNg#semver:^0.13.3",
"Arduino-Temperature-Control-Library": "milesburton/Arduino-Temperature-Control-Library#semver:^3.9.1",
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^1.4.1",
"ATC_MiThermometer": "matthias-bs/ATC_MiThermometer#semver:^0.4.2",
"TheengsDecoder": "theengs/decoder#semver:^1.7.8",
"Preferences": "vshymanskyy/Preferences#semver:^2.1.0"
}
}