2016-03-10 14:01:04 -08:00
|
|
|
{
|
|
|
|
"name": "microbit",
|
|
|
|
"description": "The microbit core library",
|
2016-03-31 17:27:11 -07:00
|
|
|
"installedVersion": "tsmdvf",
|
2016-03-10 14:01:04 -08:00
|
|
|
"files": [
|
|
|
|
"README.md",
|
2016-04-01 14:14:57 -07:00
|
|
|
"dal.d.ts",
|
2016-04-01 17:45:18 -07:00
|
|
|
"enums.d.ts",
|
|
|
|
"shims.d.ts",
|
2016-03-10 14:01:04 -08:00
|
|
|
"core.d.ts",
|
2016-04-01 21:26:06 -07:00
|
|
|
"ksbit.h",
|
2016-04-01 22:32:33 -07:00
|
|
|
"core.cpp",
|
2016-03-10 14:01:04 -08:00
|
|
|
"mbit.ts",
|
2016-04-01 19:55:51 -07:00
|
|
|
"images.cpp",
|
2016-03-29 17:11:17 -07:00
|
|
|
"basic.cpp",
|
2016-04-01 17:45:18 -07:00
|
|
|
"input.cpp",
|
2016-03-10 14:01:04 -08:00
|
|
|
"input.ts",
|
2016-03-10 22:17:32 -08:00
|
|
|
"control.ts",
|
2016-03-29 17:11:17 -07:00
|
|
|
"control.cpp",
|
2016-03-10 22:17:32 -08:00
|
|
|
"game.ts",
|
2016-04-01 21:52:25 -07:00
|
|
|
"led.cpp",
|
2016-03-10 22:17:32 -08:00
|
|
|
"led.ts",
|
|
|
|
"music.ts",
|
2016-04-01 21:26:06 -07:00
|
|
|
"pins.cpp",
|
2016-04-01 22:00:42 -07:00
|
|
|
"serial.cpp",
|
2016-03-10 22:17:32 -08:00
|
|
|
"serial.ts"
|
2016-03-10 14:01:04 -08:00
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {},
|
2016-04-02 14:18:10 -07:00
|
|
|
"microbit": {
|
|
|
|
"config": {
|
|
|
|
"MESSAGE_BUS_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY"
|
|
|
|
}
|
|
|
|
},
|
2016-03-10 14:01:04 -08:00
|
|
|
"target": {
|
|
|
|
"id": "microbit",
|
2016-03-18 00:04:08 -07:00
|
|
|
"name": "BBC micro:bit",
|
|
|
|
"title": "JavaScript for BBC micro:bit",
|
2016-03-31 17:27:11 -07:00
|
|
|
"cloud": {
|
|
|
|
"workspace": false,
|
|
|
|
"packages": true
|
|
|
|
},
|
2016-03-10 14:01:04 -08:00
|
|
|
"blocksprj": {
|
|
|
|
"id": "blocksprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} block",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
2016-03-10 22:17:32 -08:00
|
|
|
"microbit-radio": "*"
|
2016-03-10 14:01:04 -08:00
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.blocks",
|
|
|
|
"main.blocks.ts",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
2016-03-28 14:33:24 -07:00
|
|
|
"main.blocks": "<xml xmlns=\"http://www.w3.org/1999/xhtml\"><block type=\"device_print_message\"><value name=\"text\"><shadow type=\"text\"><field name=\"TEXT\">Hello!</field></shadow></value></block></xml>",
|
2016-03-10 14:01:04 -08:00
|
|
|
"main.blocks.ts": "\n",
|
|
|
|
"README.md": "Describe your project here!"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tsprj": {
|
|
|
|
"id": "tsprj",
|
|
|
|
"config": {
|
|
|
|
"name": "{0} bit",
|
|
|
|
"dependencies": {
|
|
|
|
"microbit": "*",
|
2016-03-10 22:17:32 -08:00
|
|
|
"microbit-radio": "*"
|
2016-03-10 14:01:04 -08:00
|
|
|
},
|
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"main.ts",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": {
|
2016-03-28 14:33:24 -07:00
|
|
|
"main.ts": "basic.showString('Hello!')\n",
|
2016-03-10 14:01:04 -08:00
|
|
|
"README.md": "Describe your project here!"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"compile": {
|
|
|
|
"isNative": false,
|
|
|
|
"hasHex": true
|
2016-03-28 10:49:36 -07:00
|
|
|
},
|
2016-03-31 20:46:11 -07:00
|
|
|
"simulator": {
|
2016-04-01 14:43:10 -07:00
|
|
|
"autoRun": true
|
2016-03-31 20:46:11 -07:00
|
|
|
},
|
2016-04-01 10:29:25 -07:00
|
|
|
"compileService": {
|
2016-04-02 14:18:10 -07:00
|
|
|
"gittag": "v0.1.2",
|
2016-04-01 10:29:25 -07:00
|
|
|
"serviceId": "ws"
|
|
|
|
},
|
2016-03-31 17:27:11 -07:00
|
|
|
"serial": {
|
2016-03-28 14:33:24 -07:00
|
|
|
"manufacturerFilter": "^mbed$",
|
2016-03-31 17:27:11 -07:00
|
|
|
"log": true
|
|
|
|
}
|
2016-03-10 14:01:04 -08:00
|
|
|
}
|
2016-04-01 14:14:57 -07:00
|
|
|
}
|