pxt-arcade-cabinet-menu/pxt.json

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

2019-08-01 00:08:00 +03:00
{
"name": ".menu",
2020-04-05 04:50:49 +03:00
"version": "0.0.10",
2019-08-01 00:08:00 +03:00
"description": "",
"dependencies": {
"device": "*",
"storyboard": "*",
"palette": "*",
2020-04-05 04:32:47 +03:00
"microsoft-boot-sequence": "github:microsoft/pxt-microsoft-boot-sequence#v0.0.5",
2020-04-05 04:50:37 +03:00
"hw---rpi": "*",
"arcade-swarm-animation": "github:microsoft/arcade-swarm-animation#v0.0.1"
2019-08-01 00:08:00 +03:00
},
"files": [
"README.md",
2020-04-05 04:32:47 +03:00
"rpi-config.ts",
"menu.ts"
2019-08-01 00:08:00 +03:00
],
"testFiles": [
"test.ts"
],
2019-08-01 00:44:41 +03:00
"public": false,
2020-02-20 19:40:20 +03:00
"supportedTargets": [
"arcade"
],
2019-08-01 00:44:41 +03:00
"preferredEditor": "tsprj"
2019-11-21 05:05:04 +03:00
}