pxt-arcade-cabinet-menu/pxt.json

31 строка
694 B
JSON
Исходник Постоянная ссылка Обычный вид История

2019-08-01 00:08:00 +03:00
{
"name": ".menu",
2020-12-13 23:39:52 +03:00
"version": "0.0.13",
2019-08-01 00:08:00 +03:00
"description": "",
"dependencies": {
"device": "*",
"storyboard": "*",
"palette": "*",
2020-11-17 20:46:44 +03:00
"microsoft-boot-sequence": "github:microsoft/pxt-microsoft-boot-sequence#v0.0.6",
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-11-17 20:46:44 +03:00
"targetVersions": {
2020-12-13 23:37:44 +03:00
"target": "1.2.16",
2020-11-17 20:46:44 +03:00
"targetId": "arcade"
},
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
}