-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.09 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
{
"author": "Stefan \\\"Blixten\\\" Karlsson",
"dependencies": {},
"keywords": [],
"name": "fibonacci-clock",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Fibonacci Clock",
"enableMultiJS": false,
"messageKeys": {
"BackgroundColor": 13,
"DotColor": 15,
"FiboDisplay": 20,
"GridColor": 14,
"HourColor": 8,
"HourMinuteColor": 10,
"MinuteColor": 9,
"NoneColor": 11,
"OutlineColor": 17,
"ShowBluetooth": 6,
"ShowCharge": 5,
"ShowDate": 2,
"ShowMonth": 3,
"ShowSpiral": 7,
"ShowTime": 1,
"ShowWeekNum": 4,
"SpiralColor": 12,
"TimeColor": 16,
"VibeBluetooth": 18
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/plugged.png",
"name": "IMAGE_PLUGGED",
"type": "png"
},
{
"file": "images/cross.png",
"name": "IMAGE_CROSS",
"type": "png"
},
{
"file": "images/charging.png",
"name": "IMAGE_CHARGING",
"type": "png"
},
{
"file": "images/bluetooth.png",
"name": "IMAGE_BLUETOOTH",
"type": "png"
},
{
"file": "images/MenuIcon.png",
"menuIcon": true,
"name": "MENU_ICON",
"targetPlatforms": null,
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "1289bd91-5811-40a5-a270-e8f97c126f18",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}