Files
TTGO_TWatch_Library/library.json
2023-08-16 17:15:44 +08:00

69 lines
1.6 KiB
JSON

{
"name": "TTGO TWatch Library",
"version": "2.0.0",
"description": "LilyGo T-Watch series Arduino library",
"keywords": "lilygo,t-watch",
"authors": [
{
"name": "LewisHe",
"url": "https://github.com/lewisxhe",
"maintainer": true
},
{
"name": "Xinyuan-LilyGO",
"url": "https://github.com/Xinyuan-LilyGO"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git"
},
"homepage": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library",
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"dependencies": [
{
"name": "ESP8266Audio",
"version": "^1.9.7"
},
{
"name": "IRremoteESP8266",
"version": "^2.8.4"
},
{
"name": "RadioLib",
"version": "^6.0.0"
},
{
"owner": "Bodmer",
"name": "TFT_eSPI",
"version": "^2.5.23"
},
{
"name": "lvgl",
"version": "^8.3.7"
},
{
"name": "XPowersLib",
"version": "https://github.com/lewisxhe/XPowersLib.git#7da0aab811002dee2e113977f98f118e85e294ef"
},
{
"name": "SensorLib",
"version": "https://github.com/lewisxhe/SensorsLib.git#745383b60d696e501f0f04ec39e06c7bb04b2c4f"
}
],
"examples": ["examples/*/*.ino"],
"frameworks": ["arduino"],
"platforms": "esp32",
"headers": "LilyGoLib.h"
}