PatrixNode/library.json

29 lines
625 B
JSON

{
"name": "Patrix",
"version": "0.1.0",
"description": "Patrix library",
"keywords": "patrix",
"authors": [
{
"name": "Patrick Haßel",
"email": "development@patrick-hassel.de",
"url": "https://patrick-hassel.de/",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://patrick-hassel.de/",
"dependencies": {
"knolleary/pubsubclient": "2.8",
"bblanchon/ArduinoJson": "7.3.0",
"me-no-dev/ESPAsyncWebServer": "1.2.4"
},
"export": {
"include": "src/patrix"
},
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
]
}