-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
30 lines (30 loc) · 764 Bytes
/
pxt.json
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
{
"name": "iftiny-Micro-Maqueen-Plus-Tutorial-Motor-Control",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"maqueenPlusV2": "github:DFRobot/pxt-DFRobot_MaqueenPlus_v20#v2.0.4"
},
"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": "6.0.25",
"pxt": "8.0.7",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}