forked from lancaster-university/microbit-dal
-
Notifications
You must be signed in to change notification settings - Fork 10
/
module.json
31 lines (31 loc) · 927 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "microbit-dal",
"version": "2.1.1-calliope",
"license": "MIT",
"description": "The runtime library for the Calliope mini, based on the dal for BBC micro:bit, developed by Lancaster University",
"keywords": [
"calliope",
"mini",
"mbed-classic",
"microbit",
"runtime",
"library",
"lancaster",
"University"
],
"author": "Joe Finney <[email protected] (mailto:[email protected]) >",
"homepage": "https://github.com/lancaster-university/microbit-dal/",
"dependencies": {
"mbed-classic": "calliope-mini/mbed-classic#microbit_hfclk+mb6-calliope-1.0.0",
"ble": "lancaster-university/BLE_API#v2.5.0+mb3",
"ble-nrf51822": "lancaster-university/nrf51822#v2.5.0+mb7",
"nrf51-sdk": "lancaster-university/nrf51-sdk#v2.2.0+mb4"
},
"extraIncludes": [
"inc/core",
"inc/types",
"inc/drivers",
"inc/bluetooth",
"inc/platform"
]
}