-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.77 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
{
"author": "ThePurpleK",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "timetable-pusher",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Timetable Pusher",
"enableMultiJS": true,
"messageKeys": [
"TYPE",
"DAY_OF_WEEK",
"SELECTED_TIMETABLE",
"SELECTED_WEEK",
"SELECTED_DAY",
"TIMETABLE_COUNT",
"API_KEY"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/warning.png",
"name": "IMG_WARNING",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "bitmap"
},
{
"file": "images/no-bt-connection.png",
"name": "IMG_NO_BT_CONNECTION",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"type": "bitmap"
},
{
"file": "images/config-required.png",
"name": "IMG_CONFIG_REQUIRED",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "6ca10f13-4c88-40b2-9305-ed0539dd7629",
"watchapp": {
"watchface": false
}
},
"version": "2.1.0"
}