czxc

Committer:
thegecko
Date:
Wed Oct 11 13:17:33 2017 +0000
Revision:
0:103bac868627
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thegecko 0:103bac868627 1 {
thegecko 0:103bac868627 2 "name": "example-mbedos-blinky",
thegecko 0:103bac868627 3 "version": "1.0.0",
thegecko 0:103bac868627 4 "description": "simple example program to blink an LED on an mbed board with mbed OS",
thegecko 0:103bac868627 5 "keywords": [
thegecko 0:103bac868627 6 "blinky",
thegecko 0:103bac868627 7 "mbed OS",
thegecko 0:103bac868627 8 "getting started",
thegecko 0:103bac868627 9 "mbed",
thegecko 0:103bac868627 10 "mbed-official"
thegecko 0:103bac868627 11 ],
thegecko 0:103bac868627 12 "author": "mbedAustin",
thegecko 0:103bac868627 13 "homepage": "http://github.com/ARMmbed/example-mbedos-blinky",
thegecko 0:103bac868627 14 "licenses": [
thegecko 0:103bac868627 15 {
thegecko 0:103bac868627 16 "url": "https://spdx.org/licenses/Apache-2.0",
thegecko 0:103bac868627 17 "type": "Apache-2.0"
thegecko 0:103bac868627 18 }
thegecko 0:103bac868627 19 ],
thegecko 0:103bac868627 20 "dependencies": {
thegecko 0:103bac868627 21 "mbed-drivers": "*"
thegecko 0:103bac868627 22 },
thegecko 0:103bac868627 23 "targetDependencies": {},
thegecko 0:103bac868627 24 "bin": "./source"
thegecko 0:103bac868627 25 }