-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.97 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
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "wfs1",
"pebble": {
"capabilities": [
"location",
"health"
],
"displayName": "wfS1",
"enableMultiJS": true,
"messageKeys": [
"KEY_WEATHER",
"KEY_TEMPERATURE",
"KEY_WEATHER_ID",
"KEY_WEATHER_ICON"
],
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9:A-Za-z\u00b0 ]",
"file": "fonts/Code 8x8.ttf",
"name": "FONT_CODE8x8_40",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:A-Za-z\u00b0 ]",
"file": "fonts/Code 8x8.ttf",
"name": "FONT_CODE8x8_20",
"targetPlatforms": null,
"type": "font"
},
{
"file": "data/50.png",
"name": "IMAGE_WEATHER_ICON_50",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/13.png",
"name": "IMAGE_WEATHER_ICON_13",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/11.png",
"name": "IMAGE_WEATHER_ICON_11",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/10.png",
"name": "IMAGE_WEATHER_ICON_10",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/09.png",
"name": "IMAGE_WEATHER_ICON_09",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/04.png",
"name": "IMAGE_WEATHER_ICON_04",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/03.png",
"name": "IMAGE_WEATHER_ICON_03",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/02.png",
"name": "IMAGE_WEATHER_ICON_02",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/01.png",
"name": "IMAGE_WEATHER_ICON_01",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/69converted.png",
"name": "IMAGE_SP69",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/671converted.png",
"name": "IMAGE_SP671",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/64converted.png",
"name": "IMAGE_SP64",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/61converted.png",
"name": "IMAGE_SP61",
"targetPlatforms": null,
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "25679cc0-6150-43a8-abe3-0670fea24157",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}