-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
142 lines (142 loc) · 4.48 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
142
{
"author": "JohnEdwa",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [],
"name": "w800",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "W800 Casio",
"enableMultiJS": true,
"messageKeys": [
"mainTimeStyle",
"dateStyle",
"jsWeatherData[17]",
"showZero",
"toggleBold",
"InfoBarConf[6]",
"BottomBarConf[5]",
"bConf[7]",
"FourConf[3]",
"wConf[10]",
"keyWU",
"keyOWM",
"wLoc",
"VibeConf[4]",
"enHealth",
"enWeather",
"TapDuration",
"pmkEmail",
"pmkPin",
"Color[6]",
"jsReady"
],
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9:chr!]",
"file": "fonts/FONT_BAT_5.TTF",
"name": "FONT_BAT_16",
"targetPlatforms": null,
"trackingAdjust": 1,
"type": "font"
},
{
"file": "images/RES_ICON.PNG",
"menuIcon": true,
"name": "RES_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/IMAGE_SHEET_TOGGLES.PNG",
"name": "IMAGE_SHEET_TOGGLES",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/IMAGE_SHEET_BRANDING.PNG",
"name": "IMAGE_SHEET_BRANDING",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/IMAGE_BUTTON_LABELS.PNG",
"name": "IMAGE_BUTTON_LABELS",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/IMAGE_BG_TINY.PNG",
"name": "IMAGE_BG_TINY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[0-9:. ]",
"file": "fonts/FONT_SECOND_25.TTF",
"name": "FONT_SECOND_25",
"targetPlatforms": null,
"trackingAdjust": 2,
"type": "font"
},
{
"characterRegex": "[0-9A-Z %()*:$-]",
"file": "fonts/FONT_INFO_SMALL_16.TTF",
"name": "FONT_INFO_SMALL_16",
"targetPlatforms": null,
"trackingAdjust": -1,
"type": "font"
},
{
"characterRegex": "[0-9A-Z %()*:$-]",
"file": "fonts/FONT_INFO_BIG_16.TTF",
"name": "FONT_INFO_BIG_16",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:. ]",
"file": "fonts/FONT_HOUR_BIG_42.TTF",
"name": "FONT_HOUR_BIG_42",
"targetPlatforms": null,
"trackingAdjust": 3,
"type": "font"
},
{
"characterRegex": "[0-9: ]",
"file": "fonts/FONT_HOUR_35.TTF",
"name": "FONT_HOUR_35",
"targetPlatforms": null,
"trackingAdjust": 1,
"type": "font"
},
{
"characterRegex": "[\u00b0 -~]",
"file": "fonts/FONT_FOURCHAR_16.TTF",
"name": "FONT_FOURCHAR_16",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "3996d79b-21af-4f91-910d-f9ac159de130",
"watchapp": {
"watchface": true
}
},
"version": "0.10.0"
}