pxt-calliope/targetconfig.json

68 lines
1.5 KiB
JSON
Raw Normal View History

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