-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
141 lines (141 loc) · 4.27 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
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
{
"author": "newKAMiKAZE",
"dependencies": {},
"keywords": [],
"name": "flip-clock",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Flip Clock",
"enableMultiJS": true,
"messageKeys": {
"ICON_BATTERY": 12,
"ICON_BT": 11,
"S_AUTO": 10,
"S_INFO_I": 8,
"S_RU_LANG": 9,
"S_STANDBY_I": 7,
"TEMP_F": 13,
"VIBE_BT": 5,
"VIBE_HOURLY": 6,
"W_CITY": 4,
"W_ICON": 3,
"W_KEY": 1,
"W_TEMP": 2
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/weather_bg_top",
"name": "WEATHER_BG_TOP",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/weather_bg",
"name": "WEATHER_BG",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/seconds",
"name": "SECONDS",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/months_ru",
"name": "MONTHS",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/months_en",
"name": "MONTHS_EN",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/menu_icon",
"menuIcon": true,
"name": "ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/digits_date",
"name": "DIGITS_DAY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/digits_clock",
"name": "DIGITS_TIME",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/days_ru",
"name": "DAYS",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/days_en",
"name": "DAYS_EN",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/days_bg",
"name": "DAYS_BG",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/bluetooth",
"name": "BLUETOOTH",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery",
"name": "BATTERY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/background",
"name": "BACKGROUND",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/ampm",
"name": "AMPM",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/weathericons-regular-webfont.ttf",
"name": "FONT_WEATHER_26",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "16cdef21-57ae-4e01-93ed-4880e3e5abac",
"watchapp": {
"watchface": true
}
},
"version": "3.4.0"
}