44 lines
894 B
JSON
Raw Normal View History

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