pxt-calliope/libs/cpp-test/pxt.json

18 lines
308 B
JSON
Raw Normal View History

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