|
|
|
@ -1,15 +1,10 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "microbit",
|
|
|
|
|
"version": "0.0.2",
|
|
|
|
|
"description": "The micro:bit runtime, building with yotta",
|
|
|
|
|
"licenses": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://spdx.org/licenses/Apache-2.0",
|
|
|
|
|
"type": "Apache-2.0"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"version": "1.0.0-rc1",
|
|
|
|
|
"description": "A simple to use collection of the most commonly used components in the micro:bit runtime",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"microbit-dal": "lancaster-university/microbit-dal#component-refactor"
|
|
|
|
|
"microbit-dal": "lancaster-university/microbit-dal#master"
|
|
|
|
|
},
|
|
|
|
|
"extraIncludes": [
|
|
|
|
|
"inc"
|
|
|
|
|