-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
30 lines (30 loc) · 855 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
{
"name": "unifiedCatheterSteeringLib",
"description": "A library for unified catheter steering control",
"version": "0.1.0",
"dependencies": {
"core": "*",
"radio": "*",
"microphone": "*",
"magnetisches Spielfeld mit neopixel": "github:mint-n-pepper/magnetisches-spielfeld-mit-neopixel#v0.1.9",
"handlebit": "github:mint-n-pepper/handlebit_controller#v0.3.1",
"motor": "github:DFRobot/pxt-motor#2cdf17586556c5a532782aa436c516ae50f5f316"
},
"files": [
"README.md",
"unifiedCatheterSteeringLib.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "6.0.17",
"targetId" "microbit",
"pxt": "9.0.12"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}