mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"name": "multithread-linux-test",
|
|
"version": "1.0.0",
|
|
"description": "Example application how to use mbed-client-c library",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": "Antti Yli-Tokola <antti.yli-tokola@arm.com>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mbed-client-c": "^2.0.0"
|
|
},
|
|
"bin": "./"
|
|
}
|