create library.json

This commit is contained in:
ZanzyTHEbar 2022-07-28 05:14:25 +01:00
parent aebe2ae870
commit 496e4f31a2

View File

@ -0,0 +1,26 @@
{
"name": "OpenIris",
"keywords": "esp32S, openiris, openiris-esp32s, webcam, streaming server",
"description": "openiris library",
"authors": [
{
"name": "lorow",
"url": "https://github.com/lorow"
},
{
"name": "ZanzyTHEbar",
"url": "https://github.com/ZanzyTHEbar"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lorow/OpenIris.git"
},
"export": {
"include": "/lib/src"
},
"dependencies": {},
"version": "0.0.1",
"frameworks": "arduino",
"platforms": "espressif32"
}