2016-03-10 23:01:04 +01:00
|
|
|
{
|
|
|
|
"name": "microbit",
|
|
|
|
"description": "The microbit core library",
|
2016-03-11 00:01:58 +01:00
|
|
|
"installedVersion": "dnarsa",
|
2016-03-10 23:01:04 +01:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
|
|
|
"core.d.ts",
|
|
|
|
"mbit.ts",
|
|
|
|
"images.ts",
|
|
|
|
"basic.ts",
|
|
|
|
"input.ts",
|
2016-03-11 07:17:32 +01:00
|
|
|
"control.ts",
|
|
|
|
"game.ts",
|
|
|
|
"led.ts",
|
|
|
|
"music.ts",
|
|
|
|
"pins.ts",
|
|
|
|
"serial.ts"
|
2016-03-10 23:01:04 +01:00
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {},
|
|
|
|
"target": {
|
|
|
|
"id": "microbit",
|
2016-03-18 08:04:08 +01:00
|
|
|
"name": "BBC micro:bit",
|
|
|
|
"title": "JavaScript for BBC micro:bit",
|
2016-03-10 23:01:04 +01:00
|
|
|
"cloud": true,
|
|
|
|
"blocksprj": {
|
|
|
|
"id": "blocksprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} block",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
2016-03-11 07:17:32 +01:00
|
|
|
"microbit-radio": "*"
|
2016-03-10 23:01:04 +01:00
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.blocks",
|
|
|
|
"main.blocks.ts",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
|
|
|
"main.blocks": "<xml xmlns='http://www.w3.org/1999/xhtml'>\n</xml>\n",
|
|
|
|
"main.blocks.ts": "\n",
|
|
|
|
"README.md": "Describe your project here!"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tsprj": {
|
|
|
|
"id": "tsprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} bit",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
2016-03-11 07:17:32 +01:00
|
|
|
"microbit-radio": "*"
|
2016-03-10 23:01:04 +01:00
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.ts",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
|
|
|
"main.ts": "basic.showString('Hi!')\n",
|
|
|
|
"README.md": "Describe your project here!"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"isNative": false,
|
|
|
|
"hasHex": true
|
2016-03-28 19:49:36 +02:00
|
|
|
},
|
|
|
|
"serial" : {
|
|
|
|
"nameFilter": "mbed Serial Port",
|
|
|
|
"log": true
|
|
|
|
}
|
2016-03-10 23:01:04 +01:00
|
|
|
}
|
2016-03-28 22:17:31 +02:00
|
|
|
}
|