generated from robo-technical-group/javascript-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpxt.json
45 lines (45 loc) · 1.13 KB
/
pxt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "Monopoly",
"version": "0.10.3",
"description": "",
"dependencies": {
"device": "*",
"pxt-arcade-info-screens": "github:robo-technical-group/pxt-arcade-info-screens#v2.1.0",
"pxt-arcade-multiplayer-prompt": "github:robo-technical-group/pxt-arcade-multiplayer-prompt#v2.0.1",
"arcade-mini-menu": "github:riknoll/arcade-mini-menu#c8b01b9d47f85a5133c786f1c026b1f376fe4285"
},
"files": [
"main.ts",
"README.md",
"enums.ts",
"attract.ts",
"controller.ts",
"images.g.jres",
"images.g.ts",
"settings.ts",
"avatars.ts",
"players.ts",
"dice.ts",
"firstroll.ts",
"state.ts",
"pausemenu.ts",
"board.ts",
"background.ts",
"tests.ts",
"properties.ts",
"cards.ts",
"taxes.ts",
"strings.ts",
"actionmenus.ts",
"actionqueue.ts"
],
"testFiles": [],
"targetVersions": {
"target": "1.12.47",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}