pxt-jacdac/led-pixel/pxt.json

21 строка
424 B
JSON
Исходник Обычный вид История

{
"name": "jacdac-ledpixel",
2021-04-11 12:52:15 +03:00
"version": "0.4.45",
2021-02-12 07:43:57 +03:00
"description": "MakeCode support for Jacdac LED pixel",
2020-12-16 12:52:05 +03:00
"dependencies": {
"core": "*",
"jacdac": "github:microsoft/pxt-jacdac"
},
"files": [
"constants.ts",
2020-12-22 17:36:19 +03:00
"encoder.ts",
"client.ts"
],
"supportedTargets": [
"arcade",
"maker",
"microbit"
],
2020-12-16 12:52:05 +03:00
"preferredEditor": "tsprj"
2021-03-04 11:52:41 +03:00
}