This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.06 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
{
"name": "Square",
"author": "Turner Vink",
"version": "5.6.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.4"
},
"pebble": {
"displayName": "Square",
"uuid": "cb332373-4ee5-4c5c-8912-4f62af2d756c",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"capabilities": [
"configurable",
"health"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"CfgKeyTemperature",
"CfgKeyCelsiusTemperature",
"CfgKeyConditions",
"CfgKeyWeatherError",
"CfgKeyWeatherMode",
"CfgKeyUseCelsius",
"CfgKeyWeatherLocation",
"CfgKeyLanguage",
"CfgKeyEuropeanDate",
"CfgKeyHourlyVibe",
"CfgKeyVibeOnDisconnect",
"CfgKeyVibeOnConnect",
"CfgKeyBackgroundColour",
"CfgKeyTextColour",
"CfgKeyInvertColours",
"CfgKeyShowSeconds",
"CfgKeyLeadingZero",
"CfgKeyMiddleBarMode",
"CfgKeyEnableHealth",
"CfgKeyUseAutomaticStepGoal",
"CfgKeyManualStepGoal",
"CfgKeyUseNightMode",
"CfgKeyNightModeStart",
"CfgKeyNightModeEnd",
"CfgKeyNightBackgroundColour",
"CfgKeyNightTextColour"
],
"resources": {
"media": [
{
"characterRegex": "[0-9:A-Za-z ]",
"file": "fonts/Square.ttf",
"name": "FONT_SQUARE_50",
"type": "font"
},
{
"characterRegex": "[0-9:A-Za-z ]",
"file": "fonts/Square.ttf",
"name": "FONT_SQUARE_34",
"type": "font"
},
{
"file": "fonts/Square.ttf",
"name": "FONT_SQUARE_26",
"type": "font"
},
{
"characterRegex": "[0-9:A-Za-z° ]",
"file": "fonts/Square.ttf",
"name": "FONT_SQUARE_14",
"type": "font"
},
{
"file": "fonts/Square.ttf",
"name": "FONT_SQUARE_18",
"type": "font"
}
]
}
}
}