diff --git a/library.json b/library.json new file mode 100644 index 0000000..d9a80a8 --- /dev/null +++ b/library.json @@ -0,0 +1,25 @@ +{ + "name": "sprocket-plugin-mqtt", + "keywords": "sprocket, plugin", + "description": "Plugin for message dispatching a Sprocket and a MQTT queue.", + "authors": + { + "name": "Patrick Balsiger", + "email": "patrick.balsiger@wirelos.net", + "url": "https://gitlab.com/0x1d" + }, + "repository": + { + "type": "git", + "url": "https://gitlab.com/wirelos/sprocket-plugin-mqtt" + }, + "frameworks": "arduino", + "platforms": "espressif8266, esp32", + "examples": "examples/*", + "export": { + "exclude": + [ + "src/examples/" + ] + } +} \ No newline at end of file