pxt-jacdac/led-pixel/pxt.json

20 строки
422 B
JSON
Исходник Обычный вид История

{
"name": "jacdac-ledpixel",
2021-02-06 04:02:26 +03:00
"version": "0.3.0",
"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-02-06 04:02:26 +03:00
}