-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpxt.json
36 lines (36 loc) · 1.01 KB
/
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
34
35
36
{
"name": "RingbitCar",
"version": "3.1.5",
"description": "ELECFREAKS ring:bit car",
"license": "MIT",
"dependencies": {
"core": "*",
"neopixel": "github:elecfreaks/pxt-neopixel"
},
"files": [
"README.md",
"ringbitcar.ts",
"_locales/ja/RingbitCar-strings.json",
"_locales/fr/RingbitCar-strings.json",
"_locales/fr/RingbitCar-jsdoc-strings.json",
"_locales/es/RingbitCar-strings.json",
"_locales/es/RingbitCar-jsdoc-strings.json",
"_locales/zh-CN/RingbitCar-strings.json",
"_locales/zh-CN/RingbitCar-jsdoc-strings.json",
"_locales/zh-TW/RingbitCar-strings.json",
"_locales/hu/RingbitCar-jsdoc-strings.json",
"_locales/hu/RingbitCar-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"targetVersions": {
"target": "6.0.17",
"targetId": "microbit"
},
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}