Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

module.json

Committer:
vcoubard
Date:
2016-01-11
Revision:
579:cf8a66f11353
Parent:
577:d38f01a3e701
Child:
580:00846a4bbc8c

File content as of revision 579:cf8a66f11353:

{
  "name": "ble-nrf51822",
  "version": "2.2.7",
  "description": "Nordic stack and drivers for the mbed BLE API.",
  "keywords": [
    "Bluetooth",
    "BLE",
    "mbed",
    "mbed-official"
  ],
  "author": "Rohit Grover",
  "repository": {
    "url": "git@github.com:ARMmbed/ble-nRF51822.git",
    "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"
    }
  ],
  "dependencies": {
    "ble": "^2.1.15",
    "nrf51-sdk": "^1.0.0"
  },
  "extraIncludes": [
    "source/btle",
    "source/btle/custom",
    "source/common"
  ],
  "targetDependencies": {}
}