2016-03-10 14:01:04 -08:00
|
|
|
{
|
|
|
|
"name": "cpp-test",
|
|
|
|
"description": "Testing C++",
|
|
|
|
"files": [
|
|
|
|
"support.cpp",
|
|
|
|
"hello.ts"
|
|
|
|
],
|
|
|
|
"public": true,
|
|
|
|
"microbit": {
|
|
|
|
"config": {
|
|
|
|
"MICROBIT_BLE_ENABLED": "0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-31 12:10:30 -07:00
|
|
|
"microbit": "file:../microbit"
|
2016-03-10 14:01:04 -08:00
|
|
|
}
|
|
|
|
}
|