mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 05:56:49 +01:00
25 lines
592 B
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/"
|
|
]
|
|
}
|
|
} |