-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpxt.json
33 lines (33 loc) · 898 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
33
{
"name": "MakerBit",
"version": "0.18.13",
"description": "The MakerBit connects to a wide variety of sensors, actuators, and other components.",
"license": "MIT",
"dependencies": {
"core": "*",
"MakerBit-Touch": "github:MKleinSB/pxt-makerbit-touch#v0.0.5",
"MakerBit-Motor-Calliope": "github:mkleinsb/pxt-makerbit-motor-calliope#v0.0.12",
"MakerBit-IR-Receiver": "github:1010technologies/pxt-makerbit-ir-receiver#v0.0.6"
},
"files": [
"lcd.ts",
"namespace.ts",
"pins.ts",
"ultrasonic.ts",
"README.md",
"_locales/de/MakerBit-strings.json"
],
"testFiles": [
"test.ts"
],
"public": true,
"yotta": {
"config": {
"microbit-dal": {
"bluetooth": {
"enabled": 0
}
}
}
}
}