forked from G6EJD/ESP32-e-Paper-Weather-Display
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.36 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
{
"name": "ESP32-e-Paper-Weather-Display",
"version": "0.2.0",
"description": "An ESP32 7.5in ePaper Display showing data from OpenWeather, local sensors and MQTT brokers",
"main": "Waveshare_7_5_T7_Sensors.ino",
"frameworks": "arduino",
"platforms": "ESP32",
"directories": {
"src": "src",
"examples": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display.git"
},
"author": "Matthias Prinke",
"license": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display/blob/master/Licence.txt",
"bugs": {
"url": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display/issues"
},
"homepage": "https://github.com/matthias-bs/ESP32-e-Paper-Weather-Display#README",
"dependencies": {
"GxEPD2": "ZinggJM/GxEPD2#semver:^1.6.0",
"U8g2_for_Adafruit_GFX": "olikraus/U8g2_for_Adafruit_GFX#semver:^1.8.0",
"cQueue": "SMFSW/cQueue#semver:^2.0",
"TheengsDecoder": "theengs/decoder#semver:^1.7.8",
"arduino-mqtt": "256dpi/arduino-mqtt#semver:^2.5.2",
"ArduinoJson": "bblanchon/ArduinoJson#semver:^7.2.0",
"pocketBME280": "angrest/pocketBME280#semver:^1.2.4",
"NimBLE-Arduino": "h2zero/NimBLE-Arduino#semver:^1.4.2",
"Sensirion I2C SCD4x": "Sensirion/arduino-i2c-scd4x#semver:^0.4.0",
"Sensirion Core": "Sensirion/arduino-core#semver:^0.7.1"
}
}