-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.29 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
{
"name": "waittimes",
"author": "Thomas Stoeckert",
"version": "3.0.0",
"keywords": [
"pebble-app"
],
"capabilities": [
"configurable"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.4"
},
"pebble": {
"displayName": "Wait Times",
"uuid": "5722eb28-1698-4e78-91f1-227d1ea493f1",
"sdkVersion": "3",
"versionCode": 1,
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"_ready",
"o_parkID",
"i_attractionNameString[128]",
"i_attractionStatus[128]",
"i_attractionCount",
"i_connectionError",
"c_showParks[59]",
"c_showEmpty",
"c_showShowTimes",
"c_showValidDataOnly"
],
"resources": {
"media": [
{
"type": "raw",
"name": "CHECK_INTERNET",
"file": "pdc/Pebble_80x80_Check_internet_connection.pdc"
},
{
"type": "raw",
"name": "WATCH_DISCONNECTED",
"file": "pdc/Pebble_80x80_Watch_disconnected.pdc"
},
{
"type": "raw",
"name": "GENERIC_QUESTION",
"file": "pdc/Pebble_80x80_Generic_question.pdc"
}
]
}
}
}