-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.21 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
{
"author": "WA1OUI",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "uconn",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "UCONN",
"enableMultiJS": true,
"messageKeys": [
"DATE_FORMAT_KEY",
"BT_VIBRATE_KEY",
"LOW_BATTERY_KEY"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/UCONN_Color_menu.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/UCONN_Color.png",
"name": "IMAGE_UCONN_COLOR_LOGO",
"type": "bitmap"
},
{
"file": "fonts/HelveNeuLig.ttf",
"name": "FONT_HELV_NEW_LIGHT_20",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_40",
"type": "font"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_25",
"type": "font"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_21",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "e5813053-6944-4fef-8648-9e63f870d774",
"watchapp": {
"watchface": true
}
},
"version": "7.2.0"
}