mirror of https://github.com/arendst/Tasmota.git
17 lines
355 B
JSON
17 lines
355 B
JSON
{
|
|
"name": "Display renderer",
|
|
"version": "1.0",
|
|
"description": "ESP8266 ESP32 library for Tasmota displays",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/arendst/Tasmota",
|
|
"frameworks": "*",
|
|
"platforms": "*",
|
|
"authors":
|
|
{
|
|
"name": "Gerhard Mutz",
|
|
"maintainer": true
|
|
},
|
|
"build": {
|
|
"flags": [ "-I$PROJECT_DIR/include" ]
|
|
}
|
|
} |