-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
31 lines (31 loc) · 723 Bytes
/
pxt.json
File metadata and controls
31 lines (31 loc) · 723 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
{
"name": "Yankee",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"pxt-bitcar": "github:TinkerGen/pxt-BitCar#0.1.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v4.0.16",
"tag": "v4.0.16",
"commits": "https://github.com/microsoft/pxt-microbit/commits/04b1a5492fb75af626caed5601ee8d794d970dd7",
"target": "4.0.16",
"pxt": "7.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}