copy2

Committer:
Vincent Coubard
Date:
Thu Jul 28 23:34:10 2016 +0100
Revision:
3:488ecd009a27
Parent:
2:18b05b3173a8
Child:
4:52bffaff7f0b
Sync with mbed-os-5.1.0-rc3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 3:488ecd009a27 1 {
Vincent Coubard 3:488ecd009a27 2 "name": "ble-batterylevel",
Vincent Coubard 3:488ecd009a27 3 "version": "0.0.1",
Vincent Coubard 3:488ecd009a27 4 "description": "An example of creating and updating a simple GATT Service using the BLE_API",
Vincent Coubard 3:488ecd009a27 5 "licenses": [
Vincent Coubard 3:488ecd009a27 6 {
Vincent Coubard 3:488ecd009a27 7 "url": "https://spdx.org/licenses/Apache-2.0",
Vincent Coubard 3:488ecd009a27 8 "type": "Apache-2.0"
Vincent Coubard 3:488ecd009a27 9 }
Vincent Coubard 3:488ecd009a27 10 ],
Vincent Coubard 3:488ecd009a27 11 "dependencies": {
Vincent Coubard 3:488ecd009a27 12 "ble": "^2.0.0"
Vincent Coubard 3:488ecd009a27 13 },
Vincent Coubard 3:488ecd009a27 14 "targetDependencies": {},
Vincent Coubard 3:488ecd009a27 15 "bin": "./source"
Vincent Coubard 3:488ecd009a27 16 }