2015-06-19 13:37:31 +01:00
|
|
|
{
|
|
|
|
"name": "ble",
|
2015-12-15 13:04:25 +00:00
|
|
|
"version": "2.1.15",
|
2015-06-19 13:37:31 +01:00
|
|
|
"description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.",
|
|
|
|
"keywords": [
|
|
|
|
"Bluetooth",
|
2015-10-19 16:17:06 +03:00
|
|
|
"BLE",
|
|
|
|
"mbed",
|
|
|
|
"mbed-official"
|
2015-06-19 13:37:31 +01:00
|
|
|
],
|
|
|
|
"author": "Rohit Grover",
|
|
|
|
"repository": {
|
2015-10-24 02:51:07 -04:00
|
|
|
"url": "https://github.com/ARMmbed/ble.git",
|
2015-06-19 13:37:31 +01:00
|
|
|
"type": "git"
|
|
|
|
},
|
2015-11-24 20:00:02 +01:00
|
|
|
"homepage": "https://developer.mbed.org/teams/Bluetooth-Low-Energy/",
|
2015-06-19 13:37:31 +01:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
|
|
"type": "Apache-2.0"
|
|
|
|
}
|
|
|
|
],
|
2015-07-22 10:14:56 +01:00
|
|
|
"dependencies": {},
|
2015-06-19 13:37:31 +01:00
|
|
|
"targetDependencies": {
|
2015-10-09 14:58:16 +01:00
|
|
|
"st-ble-shield": {
|
2015-12-11 09:38:12 +00:00
|
|
|
"x-nucleo-idb0xa1": "^2.0.0"
|
2015-10-09 14:58:16 +01:00
|
|
|
},
|
2015-06-19 13:37:31 +01:00
|
|
|
"nrf51822": {
|
2015-12-02 12:54:31 +00:00
|
|
|
"ble-nrf51822": "^2.1.3"
|
2015-07-13 10:05:56 +01:00
|
|
|
},
|
2015-10-23 10:33:47 +01:00
|
|
|
"cordio": {
|
2015-10-30 15:18:02 +00:00
|
|
|
"ble-wicentric": "~0.0.4"
|
2015-10-23 10:33:47 +01:00
|
|
|
},
|
2015-07-13 10:05:56 +01:00
|
|
|
"mbed-classic": {
|
2015-07-22 10:14:56 +01:00
|
|
|
"mbed-classic": "~0.0.1"
|
2015-08-07 15:50:03 +01:00
|
|
|
},
|
2015-08-13 11:03:04 +01:00
|
|
|
"mbed-os": {
|
2015-08-10 08:36:41 +01:00
|
|
|
"mbed-drivers": "*"
|
2015-06-19 13:37:31 +01:00
|
|
|
}
|
|
|
|
}
|
2015-09-29 09:33:30 +01:00
|
|
|
}
|