pxt-calliope/targetconfig.json

119 lines
3.6 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",
2018-05-04 11:42:47 +02:00
"4tronix/BitBot",
"pimoroni/pxt-scrollbit",
2018-05-14 16:48:18 +02:00
"emwta/pxt-iBit",
"vengit/pxt-sbrick",
2018-08-23 17:56:39 +02:00
"pimoroni/pxt-envirobit",
"Annikken/pxt-Andee",
"1010Technologies/pxt-makerbit",
"pimoroni/pxt-automationbit",
"k8robotics/pxt-k8",
2018-09-04 23:10:23 +02:00
"dexterind/pxt-giggle",
2018-09-14 14:00:41 +02:00
"dexterind/pxt-gigglebot",
"Imagimaker/pxt-imagimaker",
"sparkfun/pxt-gator-light",
"sparkfun/pxt-gator-temp",
"4tronix/Robobit",
"alsrobot-microbit-makecode-packages/ALSRobotJoyBit",
"alsrobot-microbit-makecode-packages/ALSRobotKeyboard",
"alsrobot-microbit-makecode-packages/ALSRobotElectromagnet",
"alsrobot-microbit-makecode-packages/CooCoo",
2018-11-14 16:04:06 +01:00
"alsrobot-microbit-makecode-packages/CruiseBit",
"makecode-extensions/i2cLCD1602",
"makecode-extensions/OLED12864_I2C",
"makecode-extensions/DS1307",
"makecode-extensions/ScrollText",
"makecode-extensions/WhaleySansFont",
"makecode-extensions/BMP280",
"makecode-extensions/TM1637",
"makecode-extensions/BMP180",
"makecode-extensions/BH1750",
"makecode-extensions/APDS9930",
"makecode-extensions/AT24XX",
"makecode-extensions/BME280",
"makecode-extensions/TM1650",
"makecode-extensions/NTC",
"makecode-extensions/DS1302",
"makecode-extensions/LiBat",
"BirdBrainTechnologies/pxt-hummingbird-bit",
"PiSupply/pxt-iot-lora-node",
"PiSupply/pxt-tinker-kit",
"PiSupply/pxt-bitbuggy",
"PiSupply/pxt-oled-ssd1306"
2017-06-14 18:39:26 +02:00
],
"preferredRepos": [
2018-09-11 18:02:40 +02:00
"Microsoft/pxt-neopixel",
"Microsoft/pxt-microturtle"
]
},
"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",
2018-06-20 07:54:33 +02:00
"sk",
"sv-SE",
2018-03-12 19:24:11 +01:00
"tr",
"uk",
"zh-CN",
"zh-TW"
2018-05-11 03:49:59 +02:00
],
"galleries": {
2018-05-25 02:27:53 +02:00
"Tutorials": "tutorials",
"Games": "projects/games",
"Radio Games": "projects/radio-games",
"Fashion": "projects/fashion",
"Music": "projects/music",
"Toys": "projects/toys",
"Science": "projects/science",
"Tools": "projects/tools",
2018-09-11 18:02:40 +02:00
"Turtle": "projects/turtle",
"Blocks To JavaScript": "courses/blocks-to-javascript",
"Courses": "courses",
"Behind the MakeCode Hardware": "behind-the-makecode-hardware"
},
"electronManifest": {
"latest": "v1.2.7"
2018-05-11 03:49:59 +02:00
}
}