mirror of https://github.com/sqfmi/Watchy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
882 B
36 lines
882 B
{ |
|
"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" |
|
} |
|
] |
|
}
|
|
|