Ram Gandikota
/
ABCD
A metronome using the FRDM K64F board
Diff: mbed-client/module.json
- Revision:
- 0:a7a43371b306
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-client/module.json Sun May 14 18:40:18 2017 +0000 @@ -0,0 +1,23 @@ +{ + "name": "mbed-client", + "version": "2.0.2", + "description": "mbed Client C++ API", + "keywords": [], + "author": "Yogesh Pande <yogesh.pande@arm.com>", + "homepage": "https://github.com/ARMmbed/mbed-client", + "license": "Apache-2.0", + "dependencies": { + "mbed-client-c": "^4.0.0", + "mbed-trace": ">=0.2.0,<2.0.0" + }, + "targetDependencies": { + "arm": { + "mbed-client-mbed-os": "^3.0.0", + "mbed-client-mbedtls": "^3.0.0" + }, + "linux": { + "mbed-client-linux": "^3.0.0", + "mbed-client-mbedtls": "^3.0.0" + } + } +}