add library json

This commit is contained in:
2018-09-05 12:24:08 +02:00
parent cbb4b95244
commit d2a818af74
5 changed files with 185 additions and 8 deletions

29
library.json Normal file
View 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/"
]
}
}