FRDM K64F Metronome

Committer:
ram54288
Date:
Sun May 14 18:35:07 2017 +0000
Revision:
0:a2cb7295a1f7
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ram54288 0:a2cb7295a1f7 1 {
ram54288 0:a2cb7295a1f7 2 "name": "mbed-client-mbedtls",
ram54288 0:a2cb7295a1f7 3 "version": "3.0.3",
ram54288 0:a2cb7295a1f7 4 "description": "Mbedtls specific implementation, which can be used by mbed client",
ram54288 0:a2cb7295a1f7 5 "keywords": [
ram54288 0:a2cb7295a1f7 6 "mbed-client-mbedtls"
ram54288 0:a2cb7295a1f7 7 ],
ram54288 0:a2cb7295a1f7 8 "author": "Antti Kauppila",
ram54288 0:a2cb7295a1f7 9 "repository": {
ram54288 0:a2cb7295a1f7 10 "url": "git@github.com:ARMmbed/mbed-client-mbedtls.git",
ram54288 0:a2cb7295a1f7 11 "type": "git"
ram54288 0:a2cb7295a1f7 12 },
ram54288 0:a2cb7295a1f7 13 "homepage": "https://github.com/ARMmbed/mbed-client-mbedtls",
ram54288 0:a2cb7295a1f7 14 "license": "Apache-2.0",
ram54288 0:a2cb7295a1f7 15 "dependencies": {
ram54288 0:a2cb7295a1f7 16 "mbedtls": "^2.0.0"
ram54288 0:a2cb7295a1f7 17 },
ram54288 0:a2cb7295a1f7 18 "targetDependencies": {}
ram54288 0:a2cb7295a1f7 19 }