mirror of https://github.com/ARMmbed/mbed-os.git
27 lines
583 B
JSON
27 lines
583 B
JSON
{
|
|
"name": "mbed-coap",
|
|
"version": "4.5.0",
|
|
"description": "COAP library",
|
|
"keywords": [
|
|
"coap",
|
|
"nanostack"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"nanostack-libservice": "^3.0.0",
|
|
"mbed-trace": ">=0.2.0,<2.0.0",
|
|
"nanostack-randlib": "^1.2.0"
|
|
},
|
|
"targetDependencies": {},
|
|
"author": "Yogesh Pande <yogesh.pande@arm.com>",
|
|
"repository": {
|
|
"url": "https://github.com/ARMmbed/mbed-coap.git",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/ARMmbed/mbed-coap",
|
|
"extraIncludes": [
|
|
"mbed-coap",
|
|
"source/include"
|
|
]
|
|
}
|