forked from sqfmi/Watchy
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 752 Bytes
/
Copy pathlibrary.json
File metadata and controls
29 lines (29 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Watchy-Screen",
"version": "1.0.0",
"description": "Watchy Screen - Watchy lib with Screens",
"authors": [
{
"name": "charles-haynes",
"url": "https://github.com/charles-haynes"
}
],
"homepage": "https://github.com/charles-haynes/Watchy-Screen",
"repository": {
"type": "git",
"url": "https://github.com/charles-haynes/Watchy-Screen.git"
},
"frameworks": "arduino",
"platforms": ["espressif32"],
"dependencies": [
{ "name": "Adafruit GFX Library" },
{ "name": "Arduino_JSON" },
{ "name": "DS3232RTC" },
{ "name": "Rtc_Pcf8563" },
{ "name": "GxEPD2" },
{
"name": "WiFiManager",
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
}
]
}