mirror of
https://github.com/modelec/MarcelMoteur.git
synced 2026-01-18 16:27:22 +01:00
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"name": "TaskLibrary",
|
|
"version": "1.0.0",
|
|
"description": "A simple task library for Arduino",
|
|
"keywords": ["marcel", "arduino", "platformio"],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/modelec/MarcelMoteur.git"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "",
|
|
"email": ""
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|