pxt-calliope/targetconfig.json

36 lines
797 B
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"
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",
"Tinkertanker/pxt-ssd1306-microbit",
"minodekit/pxt-minode"
2017-06-14 09:39:26 -07:00
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
2016-11-04 10:32:29 -07:00
]
},
"languages": [
"de",
2017-04-28 19:06:26 -07:00
"en",
"fr",
"ja",
2017-04-28 19:02:32 -07:00
"nl",
"no",
"sv-SE",
"si-LK",
"zh-CN",
"zh-TW"
]
}