mirror of
https://github.com/sqfmi/Watchy.git
synced 2024-11-27 12:52:15 +03:00
37 lines
882 B
JSON
37 lines
882 B
JSON
{
|
|
"name": "Watchy",
|
|
"version": "1.4.6",
|
|
"description": "Watchy - An Open Source E-Paper Watch by SQFMI",
|
|
"authors": [
|
|
{
|
|
"name": "SQFMI",
|
|
"url": "https://github.com/sqfmi"
|
|
}
|
|
],
|
|
"homepage": "https://watchy.sqfmi.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sqfmi/Watchy.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif32"],
|
|
"dependencies": [
|
|
{ "name": "Adafruit GFX Library" },
|
|
{ "name": "Arduino_JSON" },
|
|
{ "name": "DS3232RTC" },
|
|
{ "name": "NTPClient" },
|
|
{
|
|
"name": "Rtc_Pcf8563",
|
|
"version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master"
|
|
},
|
|
{
|
|
"name": "GxEPD2",
|
|
"version": "https://github.com/ZinggJM/GxEPD2.git#master"
|
|
},
|
|
{
|
|
"name": "WiFiManager",
|
|
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
|
|
}
|
|
]
|
|
}
|