Files
sprocket-plugin-web/library.json

25 lines
592 B
JSON

{
"name": "sprocket-plugin-web",
"keywords": "sprocket, plugin",
"description": "Plugin to enable web related stuff",
"authors":
{
"name": "Patrick Balsiger",
"email": "patrick.balsiger@wirelos.net",
"url": "https://gitlab.com/0x1d"
},
"repository":
{
"type": "git",
"url": "https://gitlab.com/wirelos/sprocket-plugin-web"
},
"frameworks": "arduino",
"platforms": "espressif8266, esp32",
"examples": "examples/*",
"export": {
"exclude":
[
"src/examples/"
]
}
}