-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.55 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
{
"author": "jturcotte",
"dependencies": {
"pebble-clay": "^1.0.3"
},
"keywords": [],
"name": "pixel-panel",
"pebble": {
"capabilities": [
"health",
"configurable"
],
"displayName": "Pixel Panel",
"enableMultiJS": true,
"messageKeys": [
"Entry1",
"Entry2",
"Entry3",
"Entry4",
"BackgroundColor",
"ForegroundColor"
],
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9A-Za-z:\\\\.,% ]",
"file": "fonts/visitor1.ttf",
"name": "FONT_VISITOR_BRK_20",
"targetPlatforms": ["basalt", "diorite"],
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/visitor1.ttf",
"name": "FONT_VISITOR_BRK_50",
"targetPlatforms": ["basalt", "diorite"],
"type": "font"
},
{
"characterRegex": "[0-9A-Za-z:\\\\.,% ]",
"file": "fonts/visitor1.ttf",
"name": "FONT_VISITOR_BRK_30",
"targetPlatforms": ["emery"],
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/visitor1.ttf",
"name": "FONT_VISITOR_BRK_70",
"targetPlatforms": ["emery"],
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt",
"diorite",
"emery"
],
"uuid": "de5bb10a-e2fc-4410-ae43-2a2bebfb1ec1",
"watchapp": {
"watchface": true
}
},
"version": "2.1.0"
}