-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.49 KB
/
package.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"author": "Antillian",
"dependencies": {},
"keywords": [],
"name": "quake",
"pebble": {
"capabilities": [
""
],
"displayName": "Quake",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/dpquake16.ttf",
"name": "FONT_DP_QUAKE_16",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/icon-charging.png",
"name": "IMAGE_CHARGING_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-not-connected.png",
"name": "IMAGE_NOT_CONNECTED_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-health-20.png",
"name": "IMAGE_HEALTH_20_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-health-40.png",
"name": "IMAGE_HEALTH_40_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-health-60.png",
"name": "IMAGE_HEALTH_60_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-health-80.png",
"name": "IMAGE_HEALTH_80_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon-health-100.png",
"name": "IMAGE_HEALTH_100_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Quake-Logo-resize-2.png",
"name": "IMAGE_QUAKE_LOGO_2",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "data/dpquake_license.txt",
"name": "TXT_DPQUAKE_LICENSE",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "fonts/dpquake.ttf",
"name": "FONT_DP_QUAKE_42",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/QuakeLogoMenuIcon.png",
"menuIcon": true,
"name": "IMAGE_QUAKE_LOGO_MENU_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/QuakeLogo.png",
"name": "IMAGE_QUAKE_LOGO",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "91f1efe1-99b1-49cd-8523-16cefec5f53f",
"watchapp": {
"watchface": true
}
},
"version": "1.1.0"
}