pxt-calliope/targetconfig.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2016-11-04 18:12:21 +01:00
{
2016-11-04 18:14:28 +01:00
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation",
"KitronikLtd",
"tinkertanker",
"Seeed-Studio"
2016-11-04 19:07:07 +01:00
],
"approvedRepos": [
2017-01-23 12:52:53 +01:00
"CoderDojoOlney/pxt-olney",
"PaulDFoster/pxt-microbit-GY521",
"chevyng/pxt-ucl-junkrobot",
2017-06-14 17:56:41 +02:00
"srs/pxt-bitbot",
"sparkfun/pxt-gamer-bit",
"sparkfun/pxt-moto-bit",
"sparkfun/pxt-weather-bit",
"minodekit/pxt-minode",
2018-03-05 05:20:10 +01:00
"LaboratoryForPlayfulComputation/pxt-BlockyTalkyBLE",
"mbitfun/pxt-katakana",
"jdarling/pxt-pca9685",
"MUSELAB/pxt-wifi-shield",
2018-04-03 13:34:41 +02:00
"kittenbot/pxt-robotbit",
"pizayanz/pxt-linebeacon",
2018-05-03 15:01:28 +02:00
"sunfounder/pxt-sloth",
"pimoroni/pxt-scrollbit",
"emwta/pxt-iBit"
2017-06-14 18:39:26 +02:00
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
2016-11-04 18:32:29 +01:00
]
},
"languages": [
2017-04-29 04:06:26 +02:00
"en",
2018-03-12 19:24:11 +01:00
"ar",
"cs",
"da",
2017-10-14 00:02:05 +02:00
"de",
2018-03-12 19:24:11 +01:00
"el",
"es-ES",
"fi",
"fr",
2018-03-12 19:24:11 +01:00
"hu",
2017-10-16 07:20:42 +02:00
"it",
"ja",
2018-03-12 19:24:11 +01:00
"ko",
2017-04-29 04:02:32 +02:00
"nl",
"no",
2018-03-12 19:24:11 +01:00
"pt-BR",
"pt-PT",
"ru",
2018-03-12 19:25:52 +01:00
"si-LK",
"sv-SE",
2018-03-12 19:24:11 +01:00
"tr",
"uk",
"zh-CN",
"zh-TW"
]
2018-04-03 13:34:41 +02:00
}