pxt-calliope/targetconfig.json
2017-06-15 10:58:24 -07:00

38 lines
840 B
JSON

{
"packages": {
"approvedOrgs": [
"Microsoft",
"microbit-foundation"
],
"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",
"KitronikLtd/pxt-kitronik-servo-lite"
],
"preferredRepos": [
"Microsoft/pxt-neopixel"
]
},
"languages": [
"de",
"en",
"fr",
"ja",
"nl",
"no",
"sv-SE",
"si-LK",
"zh-CN",
"zh-TW"
],
"notifications": {
"pxt.microbit.org": "Hello world",
"localhost": "Testing"
}
}