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-04-07 20:41:39 +02:00
|
|
|
"pxt-core.d.ts",
|
2016-04-02 06:26:06 +02:00
|
|
|
"ksbit.h",
|
2016-04-02 07:32:33 +02:00
|
|
|
"core.cpp",
|
2016-04-07 20:41:39 +02:00
|
|
|
"pxt-helpers.ts",
|
2016-04-05 06:18:16 +02:00
|
|
|
"helpers.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-05 04:02:40 +02:00
|
|
|
"pins.ts",
|
2016-04-02 07:00:42 +02:00
|
|
|
"serial.cpp",
|
2016-04-04 01:52:57 +02:00
|
|
|
"serial.ts",
|
2016-05-27 18:23:47 +02:00
|
|
|
"buffer.cpp",
|
2016-06-02 18:48:40 +02:00
|
|
|
"_locales/fr/microbit-strings.json"
|
2016-03-10 23:01:04 +01:00
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"dependencies": {},
|
2016-04-19 18:43:23 +02:00
|
|
|
"yotta": {
|
2016-04-02 23:18:10 +02:00
|
|
|
"config": {
|
2016-04-19 18:43:23 +02:00
|
|
|
"microbit-dal": {
|
|
|
|
"bluetooth": {
|
|
|
|
"enabled": 0
|
|
|
|
}
|
|
|
|
}
|
2016-04-02 23:18:10 +02:00
|
|
|
}
|
2016-03-10 23:01:04 +01:00
|
|
|
}
|
2016-04-01 23:14:57 +02:00
|
|
|
}
|