27 lines
556 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",
"radio.ts",
"deprecated.ts"
2016-03-10 14:01:04 -08:00
],
2018-05-24 17:08:54 -07:00
"icon": "./static/packages/radio/icon.png",
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
}