-
Notifications
You must be signed in to change notification settings - Fork 16
/
pxt.json
32 lines (32 loc) · 955 Bytes
/
pxt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "maqueenPlusV2",
"version": "2.2.5",
"description": "This is the latest version of Maqueen Plus, a programming robot for STEAM education.",
"license": "MIT",
"dependencies": {
"core": "*",
"ir": "github:dfrobot/pxt-dfrobot_ir#v1.0.3",
"ws2812b": "github:microsoft/pxt-ws2812b#v0.1.2"
},
"files": [
"README.md",
"_locales/zh-cn/maqueenPlusV2-strings.json",
"_locales/zh-cn/maqueenPlusV2-jsdoc-strings.json",
"_locales/zh-tw/maqueenPlusV2-strings.json",
"_locales/cs/maqueenPlusV2-strings.json",
"_locales/cs/maqueenPlusV2-jsdoc-strings.json",
"_locales/fr/maqueenPlusV2-strings.json",
"maqueenPlusV2.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.0.51",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}