-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
35 lines (35 loc) · 1.14 KB
/
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
31
32
33
34
35
{
"name": "joystickAdvancer",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"ThumbJoystick": "github:Microbit-Grove-Library/pxt-ThumbJoystick#0a33587319a67a18cdd175e154b16bc70b78cafc",
"magnetisches Spielfeld mit neopixel": "github:kummermi/advancermotorcontrol#2865a9a0c6b057d9772d644ac96e1025c450cbdd",
"CODO": "github:codomicrobit/pxt-codo#34cd06a090f80a1b659d83d07d7aa1a38447bb28",
"MaqueenPlus": "github:dfrobot/pxt-dfrobot-maqueenplus#v1.5.1",
"motor": "github:DFRobot/pxt-motor#2cdf17586556c5a532782aa436c516ae50f5f316"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v6.0.28",
"tag": "v6.0.28",
"commits": "https://github.com/microsoft/pxt-microbit/commits/9d308fa3c282191768670a6558e4df8af2d715cf",
"target": "6.0.28",
"pxt": "9.0.19",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}