-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
74 lines (74 loc) · 1.98 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
{
"author": "Gigahawk",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [],
"name": "unixwatchface",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "UnixWatchface",
"enableMultiJS": true,
"messageKeys": [
"PHONE_BATTERY",
"PHONE_CHARGING",
"READY",
"WEATHER_STORAGE",
"TIME_STORAGE",
"END",
"weather_provider",
"weather_units",
"weather_interval",
"weather_fail_indicator",
"quiet_hours_disabled_features[3]",
"SETTINGS_STORAGE",
"BATTERY_STORAGE",
"weather_fallback",
"WEATHER",
"WEATHER_FAILED",
"PHONE_BATTERY_EXISTS",
"weather_retries",
"WEATHER_GPS",
"darksky_api_key",
"google_api_key"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "fonts/monaco.ttf",
"name": "FONT_MONACO_12",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/monaco.ttf",
"name": "FONT_MONACO_10",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/monaco.ttf",
"name": "FONT_MONACO_16",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "17ccebf5-cf30-4d1e-8a66-fc57a387a738",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}