Trace/library.json

23 lines
427 B
JSON
Raw Normal View History

2018-04-22 15:53:28 +02:00
{
"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"
},
2019-01-16 18:44:00 +01:00
"version": "0.0.3",
2018-04-22 15:53:28 +02:00
"license": "MIT",
"frameworks": "arduino",
2018-07-21 14:54:12 +02:00
"platforms": ["espressif8266","espressif32"],
2018-04-22 15:53:28 +02:00
"build": {
"libCompatMode": 2
}
}