Pinned to some recent date

Committer:
Simon Cooksey
Date:
Thu Nov 17 16:43:53 2016 +0000
Revision:
0:fb7af294d5d9
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Simon Cooksey 0:fb7af294d5d9 1 {
Simon Cooksey 0:fb7af294d5d9 2 "name": "mbed-trace",
Simon Cooksey 0:fb7af294d5d9 3 "version": "1.2.1",
Simon Cooksey 0:fb7af294d5d9 4 "description": "Trace library for mbed devices",
Simon Cooksey 0:fb7af294d5d9 5 "keywords": [
Simon Cooksey 0:fb7af294d5d9 6 "trace",
Simon Cooksey 0:fb7af294d5d9 7 "debug",
Simon Cooksey 0:fb7af294d5d9 8 "library",
Simon Cooksey 0:fb7af294d5d9 9 "client",
Simon Cooksey 0:fb7af294d5d9 10 "mbedOS",
Simon Cooksey 0:fb7af294d5d9 11 "mbed"
Simon Cooksey 0:fb7af294d5d9 12 ],
Simon Cooksey 0:fb7af294d5d9 13 "author": "Jussi Vatjus-Anttila",
Simon Cooksey 0:fb7af294d5d9 14 "repository": {
Simon Cooksey 0:fb7af294d5d9 15 "url": "https://github.com/ARMmbed/mbed-trace.git",
Simon Cooksey 0:fb7af294d5d9 16 "type": "git"
Simon Cooksey 0:fb7af294d5d9 17 },
Simon Cooksey 0:fb7af294d5d9 18 "homepage": "https://github.com/ARMmbed/mbed-trace",
Simon Cooksey 0:fb7af294d5d9 19 "licenses": [
Simon Cooksey 0:fb7af294d5d9 20 {
Simon Cooksey 0:fb7af294d5d9 21 "url": "https://spdx.org/licenses/Apache-2.0",
Simon Cooksey 0:fb7af294d5d9 22 "type": "Apache-2.0"
Simon Cooksey 0:fb7af294d5d9 23 }
Simon Cooksey 0:fb7af294d5d9 24 ],
Simon Cooksey 0:fb7af294d5d9 25 "testTargetDependencies": {
Simon Cooksey 0:fb7af294d5d9 26 "x86-linux-native": {
Simon Cooksey 0:fb7af294d5d9 27 "cpputest": "ARMmbed/cpputest",
Simon Cooksey 0:fb7af294d5d9 28 "nanostack-libservice": "^3.6.0"
Simon Cooksey 0:fb7af294d5d9 29 },
Simon Cooksey 0:fb7af294d5d9 30 "x86-windows-native": {
Simon Cooksey 0:fb7af294d5d9 31 "cpputest": "ARMmbed/cpputest",
Simon Cooksey 0:fb7af294d5d9 32 "nanostack-libservice": "^3.6.0"
Simon Cooksey 0:fb7af294d5d9 33 }
Simon Cooksey 0:fb7af294d5d9 34 },
Simon Cooksey 0:fb7af294d5d9 35 "dependencies": {
Simon Cooksey 0:fb7af294d5d9 36 "nanostack-libservice": "^3.6.0"
Simon Cooksey 0:fb7af294d5d9 37 }
Simon Cooksey 0:fb7af294d5d9 38 }