pxt-calliope/libs/microbit/kind.json

95 lines
2.5 KiB
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "microbit",
"description": "The microbit core library",
2016-04-01 02:27:11 +02:00
"installedVersion": "tsmdvf",
2016-03-10 23:01:04 +01:00
"files": [
"README.md",
2016-04-01 23:14:57 +02:00
"dal.d.ts",
2016-04-02 02:45:18 +02:00
"enums.d.ts",
"shims.d.ts",
2016-03-10 23:01:04 +01:00
"core.d.ts",
2016-04-02 06:26:06 +02:00
"ksbit.h",
2016-04-02 07:32:33 +02:00
"core.cpp",
2016-03-10 23:01:04 +01:00
"mbit.ts",
2016-04-02 04:55:51 +02:00
"images.cpp",
2016-03-30 02:11:17 +02:00
"basic.cpp",
2016-04-02 02:45:18 +02:00
"input.cpp",
2016-03-10 23:01:04 +01:00
"input.ts",
2016-03-11 07:17:32 +01:00
"control.ts",
2016-03-30 02:11:17 +02:00
"control.cpp",
2016-03-11 07:17:32 +01:00
"game.ts",
2016-04-02 06:52:25 +02:00
"led.cpp",
2016-03-11 07:17:32 +01:00
"led.ts",
"music.ts",
2016-04-02 06:26:06 +02:00
"pins.cpp",
2016-04-02 07:00:42 +02:00
"serial.cpp",
2016-03-11 07:17:32 +01:00
"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-04-01 02:27:11 +02:00
"cloud": {
"workspace": false,
"packages": true
},
2016-03-10 23:01:04 +01:00
"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": {
2016-03-28 23:33:24 +02: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 23:01:04 +01:00
"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": {
2016-03-28 23:33:24 +02:00
"main.ts": "basic.showString('Hello!')\n",
2016-03-10 23:01:04 +01:00
"README.md": "Describe your project here!"
}
},
"compile": {
"isNative": false,
"hasHex": true
2016-03-28 19:49:36 +02:00
},
2016-04-01 05:46:11 +02:00
"simulator": {
2016-04-01 23:43:10 +02:00
"autoRun": true
2016-04-01 05:46:11 +02:00
},
2016-04-01 19:29:25 +02:00
"compileService": {
"gittag": "v0",
"serviceId": "ws"
},
2016-04-01 02:27:11 +02:00
"serial": {
2016-03-28 23:33:24 +02:00
"manufacturerFilter": "^mbed$",
2016-04-01 02:27:11 +02:00
"log": true
}
2016-03-10 23:01:04 +01:00
}
2016-04-01 23:14:57 +02:00
}