-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
37 lines (37 loc) · 1.03 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
36
37
{
"name": "AI Trash Bit ",
"version": "1.0.1",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"servo": "*",
"cutebot": "github:elecfreaks/pxt-cutebot#v6.1.13",
"Grove": "github:seeed-studio/pxt-grove#v0.5.0",
"microturtle": "github:microsoft/pxt-microturtle#v0.0.9",
"Environment-and-Science-IoT": "github:tinkertanker/pxt-iot-environment-kit#v5.2.2",
"pxt-sonar": "github:microsoft/pxt-sonar#v0.0.5"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v4.0.11",
"tag": "v4.0.11",
"commits": "https://github.com/microsoft/pxt-microbit/commits/2b9dd6f9b1588b4ad95673b458b3a6eb156bfbd7",
"target": "6.0.19",
"pxt": "7.0.8",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}