mirror of
https://github.com/codeninjasuk/game-freddies-adventure.git
synced 2024-11-28 10:25:43 -05:00
29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "Freddie's Game",
|
|
"description": "",
|
|
"dependencies": {
|
|
"device": "*"
|
|
},
|
|
"files": [
|
|
"main.blocks",
|
|
"main.ts",
|
|
"README.md",
|
|
"assets.json"
|
|
],
|
|
"testFiles": [
|
|
"test.ts"
|
|
],
|
|
"targetVersions": {
|
|
"branch": "v1.12.32",
|
|
"tag": "v1.12.32",
|
|
"commits": "https://github.com/microsoft/pxt-arcade/commits/2bc63c8f9e7915ee02ddc6f113204107954f24b6",
|
|
"target": "1.12.41",
|
|
"pxt": "8.5.44",
|
|
"targetId": "arcade"
|
|
},
|
|
"supportedTargets": [
|
|
"arcade"
|
|
],
|
|
"preferredEditor": "blocksprj",
|
|
"languageRestriction": "blocks-only"
|
|
}
|