-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
30 lines (30 loc) · 738 Bytes
/
pxt.json
File metadata and controls
30 lines (30 loc) · 738 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": "雙鍵滑鼠P12v1_1",
"description": "",
"dependencies": {
"core": "*",
"microphone": "*",
"microbit-pxt-blehid - Copy": "github:bsiever/microbit-pxt-blehid#v0.1.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v6.0.25",
"tag": "v6.0.25",
"commits": "https://github.com/microsoft/pxt-microbit/commits/f72136f1d01face3fc76caffa5343af1db369a37",
"target": "7.0.61",
"pxt": "9.0.15",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}