Watchy/library.json

33 lines
779 B
JSON
Raw Normal View History

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