-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
27 lines (27 loc) · 875 Bytes
/
Copy pathpxt.json
File metadata and controls
27 lines (27 loc) · 875 Bytes
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
{
"name": "Forward Education Tutorials",
"description": "MakeCode tutorials authored with Forward Education Tutorial Builder.",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"all-fwd-blocks": "github:forward-education/pxt-all-fwd-blocks#v2.0.1"
},
"files": [
"README.md",
"org-test/beating-heart.md",
"org-test/plant-water-alert.md",
"org-a1b961eb-2231-4f09-996f-14fa37046559/night-light.md",
"drafts/org-a1b961eb-2231-4f09-996f-14fa37046559/loop-explorer.md",
"org-a1b961eb-2231-4f09-996f-14fa37046559/loop-explorer.md",
"drafts/org-a1b961eb-2231-4f09-996f-14fa37046559/solar-sensor-loop.md",
"org-a1b961eb-2231-4f09-996f-14fa37046559/automatic-night-light.md"
],
"preferredEditor": "blocksprj",
"supportedTargets": [
"microbit"
],
"targetVersions": {
"targetId": "microbit"
}
}