25 lines
667 B
JSON
25 lines
667 B
JSON
{
|
|
"name": "microbit-dal",
|
|
"version": "1.3.6",
|
|
"license": "Apache2",
|
|
"description": "The runtime library for the BBC micro:bit, developed by Lancaster University",
|
|
"keywords": [
|
|
"mbed-classic",
|
|
"microbit",
|
|
"runtime",
|
|
"library",
|
|
"lancaster",
|
|
"University"
|
|
],
|
|
"author": "Joe Finney <j.finney@lancaster.ac.uk (mailto:j.finney@lancaster.ac.uk) >",
|
|
"homepage": "https://developer.mbed.org/teams/Lancaster-University/code/microbit/",
|
|
"dependencies": {
|
|
"mbed-classic": "~0.0.4",
|
|
"ble": "lancaster-university/BLE_API#master",
|
|
"ble-nrf51822": "lancaster-university/nrf51822#master"
|
|
},
|
|
"extraIncludes": [
|
|
"inc"
|
|
]
|
|
}
|