-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
120 lines (120 loc) · 3.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"author": "yuri@galanter.net",
"dependencies": {
"pebble-effect-layer": "^1.1.1"
},
"keywords": [],
"name": "clean-smart",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Clean&Smart",
"enableMultiJS": true,
"messageKeys": {
"KEY_BLUETOOTH_ALERT": 7,
"KEY_DATE_FORMAT": 5,
"KEY_HOURS_MINUTES_SEPARATOR": 4,
"KEY_INVERT_COLORS": 6,
"KEY_JSREADY": 2,
"KEY_LANGUAGE": 10,
"KEY_LOCATION_SERVICE": 8,
"KEY_TEMPERATURE_FORMAT": 3,
"KEY_WEATHER_CODE": 0,
"KEY_WEATHER_INTERVAL": 9,
"KEY_WEATHER_TEMP": 1
},
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/big_noodle_titling.ttf",
"name": "BIG_NOODLE_ENG_19",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/big_noodle_titling.ttf",
"name": "BIG_NOODLE_ENG_20",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/big_noodle_titling.ttf",
"name": "BIG_NOODLE_ENG_26",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/big_noodle_titling.ttf",
"name": "BIG_NOODLE_ENG_30",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:.amp ]",
"file": "fonts/big_noodle_titling.ttf",
"name": "BIG_NOODLE_ENG_69",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/icon_aplite.png",
"menuIcon": true,
"name": "MENU",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/meteocons_Yahoo_Order_V2.png",
"name": "METEOICONS",
"type": "bitmap"
},
{
"file": "fonts/Big_Noodle_Titling_Cyr.ttf",
"name": "BIG_NOODLE_19",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Big_Noodle_Titling_Cyr.ttf",
"name": "BIG_NOODLE_20",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Big_Noodle_Titling_Cyr.ttf",
"name": "BIG_NOODLE_26",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Big_Noodle_Titling_Cyr.ttf",
"name": "BIG_NOODLE_30",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9:.amp ]",
"file": "fonts/Big_Noodle_Titling_Cyr.ttf",
"name": "BIG_NOODLE_69",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "4d4935d2-a1bb-407e-bb71-d4ed5cae4861",
"watchapp": {
"watchface": true
}
},
"version": "2.29.0"
}