mirror of https://github.com/ARMmbed/mbed-os.git
43 lines
928 B
JSON
43 lines
928 B
JSON
{
|
|
"name": "mbed-trace",
|
|
"version": "1.3.0",
|
|
"description": "Trace library for mbed devices",
|
|
"keywords": [
|
|
"trace",
|
|
"debug",
|
|
"library",
|
|
"client",
|
|
"mbedOS",
|
|
"mbed"
|
|
],
|
|
"author": "Jussi Vatjus-Anttila",
|
|
"repository": {
|
|
"url": "https://github.com/ARMmbed/mbed-trace.git",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/ARMmbed/mbed-trace",
|
|
"licenses": [
|
|
{
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
"type": "Apache-2.0"
|
|
}
|
|
],
|
|
"testTargetDependencies": {
|
|
"x86-linux-native": {
|
|
"cpputest": "ARMmbed/cpputest",
|
|
"nanostack-libservice": "^3.6.0"
|
|
},
|
|
"x86-osx-native": {
|
|
"cpputest": "ARMmbed/cpputest",
|
|
"nanostack-libservice": "^3.6.0"
|
|
},
|
|
"x86-windows-native": {
|
|
"cpputest": "ARMmbed/cpputest",
|
|
"nanostack-libservice": "^3.6.0"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"nanostack-libservice": "^3.6.0"
|
|
}
|
|
}
|