-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.44 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
{
"author": "[email protected]",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "multizone-earth",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Multizone-Earth",
"enableMultiJS": true,
"messageKeys": [
"status",
"message",
"Place1",
"Place2",
"BackgroundColor",
"ForegroundColor",
"SecondTick",
"Animations",
"P1X",
"P1Y",
"P2X",
"P2Y",
"UpdateReason",
"ZoneOffset1",
"ZoneOffset2",
"ZoneOffsetCur",
"P_CUR_X",
"P_CUR_Y",
"CurPlace",
"Request",
"ShowLocalTime",
"TextColor",
"HighlightMapColor",
"GrayMapColor",
"CustomColorsMap",
"CustomColorBubbles",
"ForceShowLocalTime",
"ShowDate",
"ShowDOW"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/today7",
"name": "IMAGE_TODAY_7",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/today",
"name": "IMAGE_TODAY",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"type": "bitmap"
},
{
"file": "images/Arrow",
"menuIcon": true,
"name": "Arrow",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/three_worlds.png",
"name": "IMAGE_3_WORLDS",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "4291749b-7408-4423-9677-4c5f721057de",
"watchapp": {
"watchface": true
}
},
"version": "1.1.0"
}