pxt-calliope/libs/radio/pxt.json

25 lines
483 B
JSON
Raw Normal View History

2016-03-10 23:01:04 +01:00
{
"name": "radio",
2016-03-10 23:01:04 +01:00
"description": "The radio services",
"files": [
"README.md",
2016-04-03 02:34:06 +02:00
"shims.d.ts",
"enums.d.ts",
"radio.cpp",
2016-03-10 23:01:04 +01:00
"radio.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
2016-03-10 23:01:04 +01:00
},
2016-04-19 18:43:23 +02:00
"yotta": {
2016-04-02 03:01:44 +02:00
"config": {
2016-04-19 18:43:23 +02:00
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
2016-04-02 03:01:44 +02:00
}
},
2016-04-01 02:27:11 +02:00
"installedVersion": "rlfgis"
2016-04-19 18:43:23 +02:00
}