29 lines
560 B
JSON
29 lines
560 B
JSON
{
|
|
"name":"Trace",
|
|
"description":"Web based trace debug module",
|
|
"keywords":"debug,trace",
|
|
"authors":
|
|
{
|
|
"name": "Pavel Brychta",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "http://git.xpablo.cz/pablo2048/Trace.git"
|
|
},
|
|
"version": "0.0.4",
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266","espressif32"],
|
|
"dependencies": [
|
|
{
|
|
"name": "ESP Async WebServer",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
}
|
|
],
|
|
"build": {
|
|
"libCompatMode": "strict"
|
|
}
|
|
}
|