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