This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.39 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
{
"author": "dieghernan",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "sfera",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Sfera",
"enableMultiJS": true,
"messageKeys": [
"BackgroundColor",
"ForegroundColor",
"DotsColor",
"WeatherUnit",
"WeatherTemp",
"WeatherCond",
"NameLocation",
"DisplayDate",
"DisplayTemp",
"DisplayLoc",
"DisplayDots",
"DisplayBattery",
"BatteryColor",
"UpSlider",
"NightTheme",
"BackgroundColorNight",
"ForegroundColorNight",
"DotsColorNight",
"BatteryColorNight",
"HourSunset",
"HourSunrise",
"WeatherProv",
"EmailPMKEY",
"PINPMKEY",
"APIKEY_User",
"ClockMode",
"HourColor",
"MinColor",
"HourColorNight",
"MinColorNight"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/sfera.png",
"menuIcon": true,
"name": "sfera",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/weatherfontcustom2.ttf",
"name": "FONT_WICON_22",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Gotham Light.otf",
"name": "FONT_GLIGHT_10",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Gotham Light.otf",
"name": "FONT_GLIGHT_14",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9 a-z A-Z]",
"file": "fonts/Gotham Light.otf",
"name": "FONT_GLIGHT_12",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Gotham Bold.otf",
"name": "FONT_GBOLD_34",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Gotham Bold.otf",
"name": "FONT_GBOLD_22",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[a-b]",
"file": "fonts/ConnSymbol.ttf",
"name": "FONT_SYMBOL_16",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"chalk"
],
"uuid": "be15d828-8605-4bf0-a92c-c1902bdce99d",
"watchapp": {
"watchface": true
}
},
"version": "6.2.0"
}