forked from KitronikLtd/pxt-kitronik-stopbit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
31 lines (31 loc) · 865 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
{
"name": "pxt-kitronik-stopbit",
"version": "1.0.20",
"description": "Blocks to simplify using Kitronik STOP:bit board in PXT",
"license": "MIT",
"dependencies": {
"core": "*"
},
"files": [
"README.md",
"stopbit.ts",
"BasicSequence.md",
"PedestrianCrossing.md",
"RadioTrafficLightLeft.md",
"RadioTrafficLightRight.md",
"RadioCrossingLeft.md",
"RadioCrossingRight.md",
"_locales/hu/pxt-kitronik-stopbit-jsdoc-strings.json",
"_locales/hu/pxt-kitronik-stopbit-strings.json",
"_locales/nb/pxt-kitronik-stopbit-jsdoc-strings.json",
"_locales/nb/pxt-kitronik-stopbit-strings.json"
],
"testFiles": [
"tests.ts"
],
"public": true,
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}