-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
41 lines (41 loc) · 996 Bytes
/
pxt.json
File metadata and controls
41 lines (41 loc) · 996 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "hackbit",
"version": "1.0.13",
"description": "hack:bit - micro:bit project board https://www.hackids.com.br",
"license": "MIT",
"dependencies": {
"ws2812b": "github:microsoft/pxt-ws2812b#v0.1.1",
"core": "*",
"radio": "*",
"microphone": "*"
},
"files": [
"_locales/hackbit-jsdoc-strings.json",
"_locales/pt-BR/hackbit-jsdoc-strings.json",
"_locales/hackbit-strings.json",
"_locales/pt-BR/hackbit-strings.json",
"README.md",
"hackbit.ts",
"hackbitsensors.ts",
"motor.ts",
"neopixel.ts",
"oled.ts",
"lcd.ts",
"irr.ts",
"irt.ts",
"thingspeak.ts",
"oledplus.ts"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "4.0.18",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}