mirror of https://github.com/ARMmbed/mbed-os.git
26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"name": "sal-stack-nanostack-eventloop",
|
|
"version": "1.1.0",
|
|
"description": "Event loop for 6LoWPAN stack",
|
|
"keywords": [],
|
|
"author": "Seppo Takalo <seppo.takalo@arm.com>",
|
|
"repository": {
|
|
"url": "git@github.com:ARMmbed/sal-stack-nanostack-eventloop.git",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/ARMmbed/sal-stack-nanostack-eventloop",
|
|
"license": "Apache-2.0",
|
|
"extraIncludes": [
|
|
"nanostack-event-loop"
|
|
],
|
|
"dependencies": {
|
|
"nanostack-libservice": "ARMmbed/nanostack-libservice#master"
|
|
},
|
|
"targetDependencies": {
|
|
"mbed": {
|
|
"mbed-6lowpan-eventloop-adaptor": "^1.0.0",
|
|
"minar": "^1.0.0"
|
|
}
|
|
}
|
|
}
|