Watchy/library.json

36 lines
852 B
JSON
Raw Normal View History

2021-02-20 05:32:48 -05:00
{
"name": "Watchy",
2021-12-30 22:49:12 -05:00
"version": "1.3.1",
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-12-30 23:16:03 -05:00
{
"name": "Rtc_Pcf8563",
2021-12-13 17:33:47 -05:00
"version": "https://github.com/orbitalair/Rtc_Pcf8563.git#master"
},
2021-12-30 23:16:03 -05:00
{
2021-12-30 22:49:12 -05:00
"name": "GxEPD2"
"version": "https://github.com/ZinggJM/GxEPD2.git#master"
},
2021-02-20 05:32:48 -05:00
{
"name": "WiFiManager",
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
}
]
}