-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.03 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
{
"author": "Casey Doran",
"dependencies": {
"pebble-clay": "^1.0.3",
"pebble-effect-layer": "^1.1.0"
},
"keywords": [],
"name": "luminosity",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Luminosity",
"enableMultiJS": true,
"messageKeys": [
"TEMPERATURE",
"CONDITIONS",
"SPACE_SUNRISE",
"SPACE_SUNSET",
"FORECAST_CLOUDS",
"CFG_CELSIUS",
"CFG_KNOTS",
"CFG_ANALOG",
"FORECAST_PRECIP_TYPE",
"FORECAST_PRECIP_INTENSITY",
"FORECAST_TEMP",
"CFG_OVERRIDE_LOC",
"CFG_LAT",
"CFG_LON",
"FORECAST_HIGH",
"FORECAST_LOW",
"FORECAST_WIND_INTENSITY",
"WIND_BEARING",
"WIND_SPEED",
"FORECAST_WIND_HIGH",
"FORECAST_WIND_LOW",
"CFG_ENABLE_WIND_RING",
"CFG_INVERT_COLORS"
],
"projectType": "native",
"resources": {
"media": [
{
"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"
},
{
"file": "images/Wind-01.png",
"name": "COND_WIND",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Sun-01.png",
"name": "COND_CLEAR",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Snowflake-01.png",
"name": "COND_SNOW",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Moon-01.png",
"name": "COND_CLEAR_NIGHT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Sun-01.png",
"name": "COND_PC",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Snow-01.png",
"name": "COND_SLEET",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Rain-01.png",
"name": "COND_RAIN",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Moon-01.png",
"name": "COND_PC_NIGHT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-Fog-01.png",
"name": "COND_FOG",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Cloud-01.png",
"name": "COND_CLOUDY",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "78475e97-e2ec-477b-ae5b-4f172df569eb",
"watchapp": {
"watchface": true
}
},
"version": "3.2.0"
}