Files
Binary-Light-Box/pxt.json
Alexander Davis 6595aef32a 2.0.0
2021-06-19 18:44:45 +01:00

21 lines
364 B
JSON

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