25 lines
483 B
JSON
Raw Normal View History

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