nkjnm

Dependencies:   MAX44000 nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Committer:
nexpaq
Date:
Sat Sep 17 16:32:05 2016 +0000
Revision:
1:55a6170b404f
checking in for sharing

Who changed what in which revision?

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