-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.02 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
{
"author": "clach04",
"dependencies": {
"pebble-clay": "^1.0.1",
"pebble-packet": "^1.3.2"
},
"keywords": [],
"name": "pebble_tz",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "pebble_tz",
"enableMultiJS": true,
"messageKeys": [
"TIME_COLOR",
"VIBRATE_ON_DISCONNECT",
"BACKGROUND_COLOR",
"MAJOR_VERSION",
"LOCAL_UTC_OFFSET_MINS",
"PEBBLE_SETTINGS",
"TZ01_NAME",
"TZ01_UTC_OFFSET",
"TZ02_NAME",
"TZ02_UTC_OFFSET",
"TZ03_NAME",
"TZ03_UTC_OFFSET",
"TZ04_NAME",
"TZ04_UTC_OFFSET",
"TZ05_NAME",
"TZ05_UTC_OFFSET",
"TZ06_NAME",
"TZ06_UTC_OFFSET",
"TZ07_NAME",
"TZ07_UTC_OFFSET"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/world-icon-png-25x25.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/quiet_time_red_white_14x14.png",
"name": "IMAGE_QUIET_TIME",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/bluetooth_disconnect.png",
"name": "IMAGE_BT_DISCONNECT",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "2dd4b01a-fa81-4ec2-a4a8-52e94cdeb030",
"watchapp": {
"watchface": true
}
},
"version": "1.5.0"
}