Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ed55f0b353103dd9edfc139c66a42880767a00b3 (plain)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
{
    "author": "Cluster",
    "dependencies": {},
    "keywords": [],
    "name": "mario-time",
    "pebble": {
        "capabilities": [
            "location",
            "configurable"
        ],
        "displayName": "Mario Time",
        "enableMultiJS": true,
        "messageKeys": {
            "battery_request": 4,
            "config_background": 7,
            "config_character": 15,
            "config_show_battery": 1,
            "config_show_no_phone": 0,
            "config_show_phone_battery": 6,
            "config_show_weather": 8,
            "config_temperature_units": 999,
            "config_vibe": 2,
            "config_vibe_hour": 14,
            "weather_icon_id": 10,
            "weather_request": 12,
            "weather_temperature": 11
        },
        "projectType": "native",
        "resources": {
            "media": [
                {
                    "file": "images/bowser-jump",
                    "name": "IMAGE_BOWSER_JUMP",
                    "targetPlatforms": [
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/bowser-normal",
                    "name": "IMAGE_BOWSER_NORMAL",
                    "targetPlatforms": [
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/watch_battery.png",
                    "name": "IMAGE_WATCH_BATTERY",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/luigi-jump.png",
                    "name": "IMAGE_LUIGI_JUMP",
                    "targetPlatforms": [
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/luigi-normal.png",
                    "name": "IMAGE_LUIGI_NORMAL",
                    "storageFormat": "png",
                    "targetPlatforms": [
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/mario_bg_day.png",
                    "name": "IMAGE_BACKGROUND_DAY",
                    "targetPlatforms": [
                        "aplite",
                        "basalt",
                        "chalk",
                        "diorite"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_few_clouds_night.png",
                    "name": "IMAGE_WEATHER_FEW_CLOUDS_NIGHT",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_rain_night.png",
                    "name": "IMAGE_WEATHER_RAIN_NIGHT",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_clear_sky_night.png",
                    "name": "IMAGE_WEATHER_CLEAR_SKY_NIGHT",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_unknown.png",
                    "name": "IMAGE_WEATHER_UNKNOWN",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_thunderstorm.png",
                    "name": "IMAGE_WEATHER_THUNDERSTORM",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_snow.png",
                    "name": "IMAGE_WEATHER_SNOW",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_shower_rain.png",
                    "name": "IMAGE_WEATHER_SHOWER_RAIN",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_scattered_clouds.png",
                    "name": "IMAGE_WEATHER_SCATTERED_CLOUDS",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_rain_day.png",
                    "name": "IMAGE_WEATHER_RAIN_DAY",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/mario-jump-bw.png",
                    "name": "IMAGE_MARIO_JUMP",
                    "type": "bitmap"
                },
                {
                    "file": "images/mario-normal-bw.png",
                    "name": "IMAGE_MARIO_NORMAL",
                    "type": "bitmap"
                },
                {
                    "file": "images/menuicon.png",
                    "menuIcon": true,
                    "name": "IMAGE_MENU_ICON",
                    "type": "bitmap"
                },
                {
                    "file": "images/mario_bg_underground.png",
                    "name": "IMAGE_BACKGROUND_UNDERGROUND",
                    "targetPlatforms": [
                        "aplite",
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/mario_bg_castle.png",
                    "name": "IMAGE_BACKGROUND_CASTLE",
                    "targetPlatforms": [
                        "aplite",
                        "basalt",
                        "chalk",
                        "emery"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/mario_bg_night.png",
                    "name": "IMAGE_BACKGROUND_NIGHT",
                    "targetPlatforms": [
                        "aplite",
                        "basalt",
                        "chalk"
                    ],
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_mist.png",
                    "name": "IMAGE_WEATHER_MIST",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_few_clouds_day.png",
                    "name": "IMAGE_WEATHER_FEW_CLOUDS_DAY",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_clear_sky_day.png",
                    "name": "IMAGE_WEATHER_CLEAR_SKY_DAY",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/weather_broken_clouds.png",
                    "name": "IMAGE_WEATHER_BROKEN_CLOUDS",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/phone_battery.png",
                    "name": "IMAGE_PHONE_BATTERY",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/no_phone.png",
                    "name": "IMAGE_NO_PHONE",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/battery_charging.png",
                    "name": "IMAGE_BATTERY_CHARGING",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "file": "images/phone_battery_unknown.png",
                    "name": "IMAGE_PHONE_BATTERY_UNKNOWN",
                    "targetPlatforms": null,
                    "type": "bitmap"
                },
                {
                    "characterRegex": "[,0-9A-Z]",
                    "file": "fonts/emulogic.ttf",
                    "name": "FONT_EMULOGIC_8",
                    "type": "font"
                },
                {
                    "file": "images/mario_block_48_bw.png",
                    "name": "IMAGE_BLOCK",
                    "type": "bitmap"
                },
                {
                    "characterRegex": "[0-9]",
                    "file": "fonts/Gamegirl.ttf",
                    "name": "FONT_GAMEGIRL_24",
                    "type": "font"
                }
            ]
        },
        "sdkVersion": "3",
        "targetPlatforms": [
            "aplite",
            "basalt",
            "chalk",
            "diorite"
        ],
        "uuid": "43caa750-2896-4f46-94dc-1adbd4bc1ff3",
        "watchapp": {
            "watchface": true
        }
    },
    "version": "3.41.0"
}