This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"author": "Markus Ressel",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "watchf.-no.-2",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Watchface No. 2",
"enableMultiJS": true,
"messageKeys": [
"RequestData",
"WEATHER_TEMPERATURE_CURRENT",
"WEATHER_CONDITION",
"WEATHER_TEMPERATURE_MAX",
"WEATHER_TEMPERATURE_MIN",
"WeatherTextColor",
"BackgroundColor",
"TimeTextColor",
"DateTextColor",
"BatteryFrameColor",
"BatteryFillColor",
"ShowSeconds",
"Theme",
"StepcountTextColor",
"ShowYear",
"SliderDotWidth",
"SliderDotHeight",
"SliderDotHorizontalGap",
"SliderDotVerticalGap",
"SliderDigitWidth",
"ShowWeekdayAbbreviation",
"WeekdayAbbreviationUppercase"
],
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "05d35149-74f5-476e-86c7-bfb236a2ab16",
"watchapp": {
"watchface": true
}
},
"version": "1.3.0"
}