-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
142 lines (142 loc) · 4.19 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": "Karantza",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "planets",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Planets",
"enableMultiJS": true,
"messageKeys": [
"TEMPERATURE",
"CONDITIONS",
"SPACE_SUN",
"SPACE_SUNRISE",
"SPACE_SUNSET",
"SPACE_MOON",
"SPACE_MERCURY",
"SPACE_VENUS",
"SPACE_MARS",
"SPACE_JUPITER",
"SPACE_SATURN",
"FORECAST",
"CFG_CELSIUS",
"CFG_DARKSKY_KEY",
"CFG_ANALOG",
"COLOR_TIME",
"COLOR_DATE",
"COLOR_TEMP",
"COLOR_STEPS",
"COLOR_BATT",
"COLOR_NIGHT",
"COLOR_GROUND_DAY",
"COLOR_GROUND_NIGHT",
"COLOR_DAY",
"COLOR_SUN",
"COLOR_MOON",
"COLOR_MERCURY",
"COLOR_VENUS",
"COLOR_MARS",
"COLOR_JUPITER",
"COLOR_SATURN",
"COLOR_CLOUDY",
"COLOR_RAINY",
"COLOR_SNOWY",
"COLOR_PARTLY",
"CFG_DATE_FORMAT"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Cloud-Moon-01.png",
"name": "COND_PC_NIGHT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Sun-01.png",
"name": "COND_PC",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-01.png",
"name": "COND_CLOUDY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Fog-01.png",
"name": "COND_FOG",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Wind-01.png",
"name": "COND_WIND",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Snow-01.png",
"name": "COND_SLEET",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Snowflake-01.png",
"name": "COND_SNOW",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Rain-01.png",
"name": "COND_RAIN",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Moon-01.png",
"name": "COND_CLEAR_NIGHT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Sun-01.png",
"name": "COND_CLEAR",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/pebble-1.png",
"menuIcon": true,
"name": "screenshot",
"targetPlatforms": null,
"type": "png"
},
{
"file": "images/bt-icon.png",
"name": "IMAGE_BT_ICON",
"targetPlatforms": null,
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "2049ed14-a900-44f0-ad90-bdf1e7ccade7",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}