-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
39 lines (39 loc) · 959 Bytes
/
pxt.json
File metadata and controls
39 lines (39 loc) · 959 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
33
34
35
36
37
38
39
{
"name": "SnakePro",
"description": "",
"dependencies": {
"core": "*",
"microbit-pxt-clicks": "github:bsiever/microbit-pxt-clicks#v0.2.2"
},
"files": [
"main.ts",
"main.blocks",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v6.0.18",
"tag": "v6.0.18",
"commits": "https://github.com/microsoft/pxt-microbit/commits/1919e0531aa57d2d1aff173fafd625176e15c07d",
"target": "7.0.51",
"pxt": "9.0.12",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj",
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"whitelist": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
}
}
}
}
}