-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 1.71 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 1.71 KB
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
{
"name": "wmata-times",
"author": "Jacob Latonis",
"contributors": [
"Julia Paluch",
"Jacob Latonis"
],
"version": "1.0.0",
"keywords": [
"pebble-app",
"transit",
"wmata",
"metro",
"timetables"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "WMATA Times",
"uuid": "866d374a-4bcf-4846-9b1e-f8f38f7c4a87",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"JSReady",
"AddFavorite",
"RemoveFavorite",
"Favorites",
"TrainRequest",
"TrainResponse",
"StationsLen",
"Stations"
],
"resources": {
"media": [
{
"type": "bitmap",
"name": "IMAGE_LOGO",
"file": "img/logo_pixel.png",
"spaceOptimization": "memory"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "img/icon/icon_25.png"
},
{
"type": "bitmap",
"name": "BLACK_HEART_ICON",
"file": "img/black_heart.png"
},
{
"type": "bitmap",
"name": "WHITE_HEART_ICON",
"file": "img/white_heart.png"
},
{
"type": "bitmap",
"name": "METRO_ICON",
"file": "img/transit/metro.png"
},
{
"type": "bitmap",
"name": "BUS_ICON",
"file": "img/transit/bus.png"
},
{
"type": "bitmap",
"name": "FAVORITE_ICON",
"file": "img/transit/favorite.png"
}
]
}
}
}