mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 09:26:49 +01:00
29 lines
578 B
JSON
29 lines
578 B
JSON
{
|
|
"name": "illucat",
|
|
"keywords": "esp8266, sprocket, stack",
|
|
"description": "",
|
|
"authors":
|
|
{
|
|
"name": "Patrick Balsiger",
|
|
"email": "frupii@gmail.com",
|
|
"url": "https://gitlab.com/0x1d"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.com/0x1d/illucat"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "espressif8266",
|
|
"examples": "examples/*",
|
|
"export": {
|
|
"include":
|
|
[
|
|
"lib"
|
|
],
|
|
"exclude":
|
|
[
|
|
"src/examples/"
|
|
]
|
|
}
|
|
} |