forked from microsoft/pxt-microbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargetconfig.json
40 lines (40 loc) · 942 Bytes
/
targetconfig.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
38
39
40
{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation",
"KitronikLtd",
"tinkertanker"
],
"approvedRepos": [
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"minodekit/pxt-minode",
"LaboratoryForPlayfulComputation/pxt-blockytalkyBLE",
"mbitfun/pxt-katakana",
"jdarling/pxt-pca9685"
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
]
},
"languages": [
"en",
"de",
"fr",
"ko",
"it",
"ja",
"nl",
"no",
"sv-SE",
"si-LK",
"zh-CN",
"zh-TW"
]
}