pxt-ev3/targetconfig.json

22 lines
445 B
JSON
Raw Normal View History

2017-06-29 16:47:26 +02:00
{
"packages": {
"approvedOrgs": [
"Microsoft",
"LEGO"
],
"approvedRepos": [
]
2017-10-27 07:19:16 +02:00
},
"galleries": {
"Getting Started": "getting-started",
"Tutorials": "tutorials",
"Design Engineering": "design-engineering",
"Coding": "coding",
2018-09-26 20:28:32 +02:00
"Maker": "maker",
"Videos": "videos"
2018-03-28 18:31:42 +02:00
},
"electronManifest": {
"latest": "v0.4.2"
2017-06-29 16:47:26 +02:00
}
2018-04-12 19:26:02 +02:00
}