You've already forked Binary-Light-Box
mirror of
https://github.com/MrLyallCSIT/Binary-Light-Box.git
synced 2026-01-18 06:39:34 +00:00
20 lines
336 B
JSON
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"
|
|
}
|