BBR 1 Ebene

Committer:
borlanic
Date:
Mon May 14 11:29:06 2018 +0000
Revision:
0:fbdae7e6d805
BBR

Who changed what in which revision?

UserRevisionLine numberNew contents of line
borlanic 0:fbdae7e6d805 1 {
borlanic 0:fbdae7e6d805 2 "name": "ble",
borlanic 0:fbdae7e6d805 3 "version": "2.6.0",
borlanic 0:fbdae7e6d805 4 "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
borlanic 0:fbdae7e6d805 5 "keywords": [
borlanic 0:fbdae7e6d805 6 "Bluetooth",
borlanic 0:fbdae7e6d805 7 "BLE",
borlanic 0:fbdae7e6d805 8 "mbed",
borlanic 0:fbdae7e6d805 9 "mbed-official"
borlanic 0:fbdae7e6d805 10 ],
borlanic 0:fbdae7e6d805 11 "author": "Rohit Grover",
borlanic 0:fbdae7e6d805 12 "repository": {
borlanic 0:fbdae7e6d805 13 "url": "https://github.com/ARMmbed/ble.git",
borlanic 0:fbdae7e6d805 14 "type": "git"
borlanic 0:fbdae7e6d805 15 },
borlanic 0:fbdae7e6d805 16 "homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
borlanic 0:fbdae7e6d805 17 "licenses": [
borlanic 0:fbdae7e6d805 18 {
borlanic 0:fbdae7e6d805 19 "url": "https://spdx.org/licenses/Apache-2.0",
borlanic 0:fbdae7e6d805 20 "type": "Apache-2.0"
borlanic 0:fbdae7e6d805 21 }
borlanic 0:fbdae7e6d805 22 ],
borlanic 0:fbdae7e6d805 23 "dependencies": {},
borlanic 0:fbdae7e6d805 24 "targetDependencies": {
borlanic 0:fbdae7e6d805 25 "st-ble-shield": {
borlanic 0:fbdae7e6d805 26 "x-nucleo-idb0xa1": "^2.0.0"
borlanic 0:fbdae7e6d805 27 },
borlanic 0:fbdae7e6d805 28 "nrf51822": {
borlanic 0:fbdae7e6d805 29 "ble-nrf51822": "^2.2.8"
borlanic 0:fbdae7e6d805 30 },
borlanic 0:fbdae7e6d805 31 "nrf52832": {
borlanic 0:fbdae7e6d805 32 "ble-nrf52832": "ARMmbed/ble-nrf52832"
borlanic 0:fbdae7e6d805 33 },
borlanic 0:fbdae7e6d805 34 "cordio": {
borlanic 0:fbdae7e6d805 35 "ble-wicentric": "~0.0.4"
borlanic 0:fbdae7e6d805 36 },
borlanic 0:fbdae7e6d805 37 "mbed-classic": {
borlanic 0:fbdae7e6d805 38 "mbed-classic": "~0.0.1"
borlanic 0:fbdae7e6d805 39 },
borlanic 0:fbdae7e6d805 40 "mbed-os": {
borlanic 0:fbdae7e6d805 41 "mbed-drivers": "*",
borlanic 0:fbdae7e6d805 42 "compiler-polyfill": "^1.2.1"
borlanic 0:fbdae7e6d805 43 }
borlanic 0:fbdae7e6d805 44 }
borlanic 0:fbdae7e6d805 45 }