You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nrf51822/module.json

37 lines
780 B

8 years ago
{
"name": "ble-nrf51822",
7 years ago
"version": "2.5.0",
8 years ago
"description": "Nordic stack and drivers for the mbed BLE API.",
"keywords": [
"Bluetooth",
"BLE",
"mbed",
"mbed-official"
8 years ago
],
"author": "Rohit Grover",
"repository": {
"url": "git@github.com:ARMmbed/ble-nRF51822.git",
8 years ago
"type": "git"
},
"homepage": "https://developer.mbed.org/teams/Nordic-Semiconductor/",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
},
{
"type": "LicenseRef-softdevice_nrf51822_licence_agreement.txt"
8 years ago
}
],
"dependencies": {
"ble": "^2.3.0",
"nrf51-sdk": "^2.1.0"
8 years ago
},
"extraIncludes": [
"source/btle",
"source/btle/custom",
"source/common"
8 years ago
],
"targetDependencies": {}
8 years ago
}