-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.69 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
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "circuit-binary",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "circuit binary",
"enableMultiJS": false,
"messageKeys": {
"KEY_DAY_END": 2,
"KEY_DAY_START": 1,
"KEY_FORMAT": 7,
"KEY_MODE": 0,
"KEY_NUMBER": 3,
"KEY_SHOW_BAT": 6,
"KEY_VIBE_BT": 5,
"KEY_VIBE_H": 4
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/24_wn.png",
"name": "IMAGE_24_wn",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/24_wb.png",
"name": "IMAGE_24_wb",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/24_bn.png",
"name": "IMAGE_24_bn",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/24_bb.png",
"name": "IMAGE_24_bb",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/menu_Icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/background_white_blank.png",
"name": "IMAGE_BACKGROUND_WB",
"type": "bitmap"
},
{
"file": "images/background_black_blank.png",
"name": "IMAGE_BACKGROUND_SB",
"type": "bitmap"
},
{
"file": "images/background5.png",
"name": "IMAGE_BACKGROUND_S",
"type": "bitmap"
},
{
"file": "images/background.png",
"name": "IMAGE_BACKGROUND_W",
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "4912af97-9664-425c-8cb7-2d04b40e0f8c",
"watchapp": {
"watchface": true
}
},
"version": "2.22.0"
}