This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
119 lines (119 loc) · 3.54 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
{
"author": "Kevin Cooper",
"dependencies": {
"pebble-clay": "^1.0.0"
},
"keywords": [],
"name": "quickauth",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "QuickAuth",
"enableMultiJS": true,
"messageKeys": [
"key_count",
"request_key",
"transmit_key",
"timezone",
"show_message",
"theme",
"delete_key",
"font",
"idle_timeout",
"theme_colors",
"window_layout",
"background_color",
"foreground_color",
"auth_name",
"auth_key"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/auth_icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "images/SimpleFadeTop.png",
"name": "IMAGE_SIMPLE_FADE_TOP",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/SimpleFadeBottom.png",
"name": "IMAGE_SIMPLE_FADE_BOTTOM",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Pebble_Star2.png",
"name": "PNG_IMAGE_ICON_STAR",
"type": "png"
},
{
"file": "images/Pebble_Bin.png",
"name": "PNG_IMAGE_ICON_TRASH",
"type": "png"
},
{
"file": "images/Padlock_aplite.png",
"name": "IMAGE_PADLOCK",
"type": "png"
},
{
"file": "fonts/UNISPACE_20.ttf",
"name": "FONT_UNISPACE_20",
"type": "font"
},
{
"file": "fonts/ORBITRON_28.ttf",
"name": "FONT_ORBITRON_28",
"type": "font"
},
{
"file": "fonts/DS-DIGIB.TTF",
"name": "FONT_DIGITAL_30",
"type": "font"
},
{
"characterRegex": "[0-9]",
"file": "fonts/DS-DIGIB.TTF",
"name": "FONT_DIGITAL_42",
"type": "font"
},
{
"file": "fonts/BITWISE_32.ttf",
"name": "FONT_BITWISE_32",
"type": "font"
},
{
"file": "fonts/BD_Cartoon_Shout.ttf",
"name": "FONT_BD_CARTOON_20",
"type": "font"
},
{
"characterRegex": "[0-9]",
"file": "fonts/BD_Cartoon_Shout.ttf",
"name": "FONT_BD_CARTOON_30",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "1f4d9835-3b9a-4ddd-907e-41a25d06f19c",
"watchapp": {
"watchface": false
}
},
"version": "3.3.0"
}