This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.49 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
{
"author": "dieghernan",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "7egment",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "7egment",
"enableMultiJS": true,
"messageKeys": [
"NightTheme",
"WeatherUnit",
"WeatherProv",
"APIKEY_User",
"EmailPMKEY",
"PINPMKEY",
"UpSlider",
"WeatherTemp",
"WeatherCond",
"HourSunset",
"HourSunrise",
"NameLocation",
"Back1Color",
"Back1ColorN",
"Back2Color",
"Back2ColorN",
"FrameColor",
"FrameColorN",
"Text1Color",
"Text1ColorN",
"Text2Color",
"Text2ColorN"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/7egment.png",
"menuIcon": true,
"name": "7ement",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/Digital7 Regular.ttf",
"name": "DIGITAL_70",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Digital7 Regular.ttf",
"name": "DIGITAL_19",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Digital7 Regular.ttf",
"name": "DIGITAL_25",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[0-9 :]",
"file": "fonts/DSEG7Modern-Bold.ttf",
"name": "FONT_DIG_40",
"targetPlatforms": null,
"trackingAdjust": -2,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "afe652df-7ba6-4fa3-a8b1-1877b8f6bd6d",
"watchapp": {
"watchface": true
}
},
"version": "1.4.0"
}