mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "ccronexpr",
|
|
"version": "1.0.0",
|
|
"description": "Cron expression parsing in ANSI C",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/staticlibs/ccronexpr"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": [
|
|
"espressif8266","espressif32","espressif32s2"
|
|
]
|
|
}
|