Files
Binary-Light-Box/pxt.json
Alexander Davis b0682fd390 1.0.0
2021-06-19 17:28:49 +01:00

21 lines
360 B
JSON

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