-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
32 lines (32 loc) · 867 Bytes
/
pxt.json
File metadata and controls
32 lines (32 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "Forklift",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"motorbit": "github:elecfreaks/pxt-motorbit#f49a7481fa381561ba9c8e7c441a40615b3508e6",
"microphone": "*",
"pxt-PlanetX-AI": "github:elecfreaks/pxt-planetx-ai#v0.3.6",
"wuKong": "github:elecfreaks/pxt-wukong#v1.5.2"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v5.0.12",
"tag": "v5.0.12",
"commits": "https://github.com/microsoft/pxt-microbit/commits/97491d6832cccab6b5bdc05b58e4c6b5dcc18cdd",
"target": "5.0.12",
"pxt": "8.0.7",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}