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.
25 lines
667 B
25 lines
667 B
{
|
|
"name": "microbit-dal",
|
|
"version": "1.3.8",
|
|
"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"
|
|
]
|
|
}
|