mirror of https://github.com/ARMmbed/mbed-os.git
19 lines
463 B
JSON
19 lines
463 B
JSON
|
{
|
||
|
"name": "nanostack-libservice",
|
||
|
"version": "3.6.0",
|
||
|
"description": "Helper libraries for mbed-client and 6LoWPAN stack.",
|
||
|
"keywords": [
|
||
|
"libservice"
|
||
|
],
|
||
|
"author": "Seppo Takalo <seppo.takalo@arm.com>",
|
||
|
"homepage": "https://github.com/ARMmbed/mbed-client-libservice",
|
||
|
"license": "Apache-2.0",
|
||
|
"extraIncludes": [
|
||
|
"mbed-client-libservice"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"mbed-trace": "ARMmbed/mbed-trace"
|
||
|
},
|
||
|
"targetDependencies": {}
|
||
|
}
|