forked from schlotzz/octowatch2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.45 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"author": "schlotzz / go4u.de Webdesign",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [],
"name": "octowatch2",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "OctoWatch2",
"enableMultiJS": true,
"messageKeys": [
"ready",
"filename",
"remaining_time",
"state",
"progress",
"temp0",
"temp1",
"tempbed"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "data/pdc_notification.pdc",
"name": "NOTIFICATION_PDC",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "images/icon_refresh.png",
"name": "REFRESH_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "data/pdc_question.pdc",
"name": "QUESTION_PDC",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "images/icon_cross.png",
"name": "CROSS_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_tick.png",
"name": "TICK_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_play.png",
"name": "PLAY_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_pause.png",
"name": "PAUSE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_nozzle.png",
"name": "NOZZLE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_menu.png",
"menuIcon": true,
"name": "MENU_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_ellipsis.png",
"name": "ELLIPSIS_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_connect.png",
"name": "CONNECT_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_bed.png",
"name": "BED_ICON",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "605e1126-d933-433e-8334-e519995a1ac0",
"watchapp": {
"watchface": false
}
},
"version": "1.2.0"
}