forked from matthias-bs/BresserWeatherSensorReceiver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 954 Bytes
/
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
{
"name": "BresserWeatherSensorReceiver",
"version": "0.3.3",
"description": "Bresser 5-in-1/6-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101 or SX1276/RFM95W",
"main": "WeatherSensor.cpp",
"frameworks": "arduino",
"platforms": "ESP32", "ESP8266",
"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:^5.5.0",
"lora-serialization": "thesolarnomad/lora-serialization#semver:^3.1.0",
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.0"
"ArduinoJson": "bblanchon/ArduinoJson#semver:^6.19.4"
}
}