2021-02-20 05:32:48 -05:00
|
|
|
{
|
|
|
|
"name": "Watchy",
|
2021-12-12 17:17:28 -05:00
|
|
|
"version": "1.2.12",
|
2021-02-20 05:32:48 -05:00
|
|
|
"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" },
|
2021-11-29 02:34:21 -05:00
|
|
|
{ "name": "Rtc_Pcf8563" },
|
2021-02-20 05:32:48 -05:00
|
|
|
{ "name": "GxEPD2" },
|
|
|
|
{
|
|
|
|
"name": "WiFiManager",
|
|
|
|
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|