mirror of https://github.com/ARMmbed/mbed-os.git
23 lines
613 B
JSON
23 lines
613 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": "^3.0.0",
|
|
"mbed-6lowpan-eventloop-adaptor": "^1.0.0",
|
|
"minar": "^1.0.0"
|
|
},
|
|
"targetDependencies": {}
|
|
}
|