-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
32 lines (32 loc) · 937 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": "DFRobot_GestureFaceDetection",
"description": "",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"DFRobot_GestureFaceDetection.ts",
"_locales/en/DFRobot_GestureFaceDetection-strings.json",
"_locales/en/DFRobot_GestureFaceDetection-jsdoc-strings.json",
"_locales/zh-CN/DFRobot_GestureFaceDetection-strings.json",
"_locales/zh-CN/DFRobot_GestureFaceDetection-jsdoc-strings.json",
"_locales/zh-TW/DFRobot_GestureFaceDetection-strings.json",
"_locales/zh-TW/DFRobot_GestureFaceDetection-jsdoc-strings.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "7.0.42",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "blocksprj"
}