-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 870 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
28
29
{
"name": "SensorTransmitter",
"version": "0.8.1",
"description": "Sensor Data FSK Transmitter based on RadioLib using SX1276, CC1101, SX1262 or LR1121",
"main": "SensorTransmitter.ino",
"frameworks": "arduino",
"platforms": [
"ESP32",
"ESP8266",
"RP2040"
],
"directories": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/SensorTransmitter.git"
},
"author": "Matthias Prinke",
"license": "MIT license",
"bugs": {
"url": "https://github.com/matthias-bs/SensorTransmitter/issues"
},
"homepage": "https://github.com/matthias-bs/SensorTransmitter#README",
"dependencies": {
"RadioLib": "jgromes/RadioLib#semver:^7.1.1",
"BresserWeatherSensorReceiver": "matthias-bs/BresserWeatherSensorReceiver#semver:^0.29.0",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.2.1"
}
}