21 lines
409 B
JSON
Raw Normal View History

2016-03-10 14:01:04 -08:00
{
"name": "microbit-devices",
"description": "The BLE specific services",
"files": [
"README.md",
2016-04-01 18:01:44 -07:00
"enums.d.ts",
2016-04-02 17:47:49 -07:00
"shims.d.ts",
"devices.cpp"
2016-03-10 14:01:04 -08:00
],
"public": true,
"dependencies": {
"microbit": "file:../microbit"
},
2016-04-01 18:01:44 -07:00
"microbit": {
"config": {
"MICROBIT_BLE_ENABLED": "1"
}
},
2016-03-10 14:01:04 -08:00
"installedVersion": "zakvul"
}