This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.88 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
{
"author": "AndCycle",
"dependencies": {
"pebble-clay": "^1.0.1"
},
"keywords": [],
"name": "time-4391",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "time 4391",
"enableMultiJS": true,
"messageKeys": [
"JS_READY",
"FUNC",
"WEATHER",
"WEATHER_TEMPERATURE",
"WEATHER_TEMPERATURE_MIN",
"WEATHER_TEMPERATURE_MAX",
"WEATHER_CONDITIONS_ID",
"WEATHER_ICON_ID",
"SecondHand",
"DateTextBox",
"TapTimeout",
"TapSecondHand",
"ShowWeather",
"TemperatureUnit",
"OpenWeatherMapAPPID"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "data/Pebble_25x25_Sunny_day.pdc",
"name": "TIMELINE_SUN",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Raining_and_snowing.pdc",
"name": "RAINING_AND_SNOWING",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Partly_cloudy.pdc",
"name": "PARTLY_CLOUDY",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Light_snow.pdc",
"name": "LIGHT_SNOW",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Light_rain.pdc",
"name": "LIGHT_RAIN",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Heavy_snow.pdc",
"name": "HEAVY_SNOW",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Heavy_rain.pdc",
"name": "HEAVY_RAIN",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Generic_weather.pdc",
"name": "TIMELINE_WEATHER",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Generic_warning.pdc",
"name": "GENERIC_WARNING",
"type": "raw"
},
{
"file": "data/Pebble_25x25_Cloudy_day.pdc",
"name": "CLOUDY_DAY",
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "0c9a09ef-fe81-42c8-9f25-7c33da97347d",
"watchapp": {
"watchface": true
}
},
"version": "1.2.0"
}