-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
30 lines (30 loc) · 666 Bytes
/
Copy pathpxt.json
File metadata and controls
30 lines (30 loc) · 666 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
{
"name": "Kart",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*",
"bluetooth": "*",
"servo": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v7.0.61",
"tag": "v7.0.61",
"commits": "https://github.com/microsoft/pxt-microbit/commits/1bb8145a013b8c3718bf6c82138e87e3ecb5514d",
"target": "7.0.61",
"pxt": "11.1.14",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}