mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-15 01:42:22 +01:00
add library json
This commit is contained in:
29
library.json
Normal file
29
library.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user