-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
33 lines (33 loc) · 943 Bytes
/
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
{
"name": "Kitronik Klimate",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"pxt-kitronik-klimate": "github:kitronikltd/pxt-kitronik-klimate#v1.0.2",
"pxt-kitronik-rtc": "github:kitronikltd/pxt-kitronik-rtc#v1.0.2",
"pxt-kitronik-air-quality-v2-only": "github:kitronikltd/pxt-kitronik-air-quality-v2-only#v1.3.6",
"datalogger": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v5.0.12",
"tag": "v5.0.12",
"commits": "https://github.com/microsoft/pxt-microbit/commits/97491d6832cccab6b5bdc05b58e4c6b5dcc18cdd",
"target": "5.0.12",
"pxt": "8.0.7",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}