Files
Binary-Light-Box/pxt.json
Alexander Davis eb1e5f1666 Optimisation
2021-06-19 17:28:32 +01:00

20 lines
336 B
JSON

{
"name": "Binary Box",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [],
"supportedTargets": [
"microbit"
],
"preferredEditor": "pyprj"
}