-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "25-o-clock",
"pebble": {
"capabilities": [
"configurable",
"health"
],
"displayName": "25 o'clock",
"enableMultiJS": false,
"messageKeys": {
"KEY_BG_COLOR_BLUE": 2,
"KEY_BG_COLOR_GREEN": 1,
"KEY_BG_COLOR_RED": 0,
"KEY_BT": 16,
"KEY_FONT_INDEX": 10,
"KEY_LAYOUT_ROW_0": 11,
"KEY_LAYOUT_ROW_1": 12,
"KEY_LAYOUT_ROW_2": 13,
"KEY_LAYOUT_ROW_3": 14,
"KEY_LAYOUT_ROW_4": 15,
"KEY_ND_COLOR_BLUE": 8,
"KEY_ND_COLOR_GREEN": 7,
"KEY_ND_COLOR_RED": 6,
"KEY_RANDOM": 9,
"KEY_ST_COLOR_BLUE": 5,
"KEY_ST_COLOR_GREEN": 4,
"KEY_ST_COLOR_RED": 3
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/687474703a2f2f67696174726f2e6d (1).png",
"menuIcon": true,
"name": "ICO",
"targetPlatforms": null,
"type": "png"
},
{
"file": "fonts/telegrama_raw.otf",
"name": "FONT_RAW_36",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/telegrama_render.otf",
"name": "FONT_RENDER_36",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "a8fcd72c-40e4-48d2-a31b-4ead1e5856dd",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}