generated from lourheroes/pebblejs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
113 lines (113 loc) · 2.65 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
{
"name": "pebblify",
"author": "lourheroes",
"version": "0.2.0",
"keywords": [
"pebble-app"
],
"private": true,
"type": "module",
"dependencies": {
"axios": "^0.21.1",
"pebblejs": "^1.0.0"
},
"pebble": {
"displayName": "Pebblify",
"uuid": "affafaae-722d-4ca1-89c3-9df77b97f2e8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"AppMsgTestOne",
"AppMsgTestTwo"
],
"resources": {
"media": [
{
"type": "bitmap",
"name": "IMAGE_ICON_CHECK",
"file": "action_bar_icon_check.png"
},
{
"type": "bitmap",
"name": "IMAGE_ICON_DISMISS",
"file": "action_bar_icon_dismiss.png"
},
{
"file": "action_bar_icon_down.png",
"name": "IMAGE_ICON_DOWN",
"type": "bitmap"
},
{
"file": "menu_icon_pebblify.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
},
{
"file": "logo_splash_pebblify.png",
"name": "IMAGE_LOGO_SPLASH",
"type": "bitmap"
},
{
"file": "tile_splash.png",
"name": "IMAGE_TILE_SPLASH",
"type": "bitmap"
},
{
"file": "music_icon_skip_backward.png",
"name": "IMAGE_MUSIC_ICON_BACKWARD",
"type": "bitmap"
},
{
"file": "music_icon_skip_forward.png",
"name": "IMAGE_MUSIC_ICON_FORWARD",
"type": "bitmap"
},
{
"file": "music_icon_volume_up.png",
"name": "IMAGE_MUSIC_ICON_VOLUME_UP",
"type": "bitmap"
},
{
"file": "music_icon_volume_down.png",
"name": "IMAGE_MUSIC_ICON_VOLUME_DOWN",
"type": "bitmap"
},
{
"file": "music_icon_play.png",
"name": "IMAGE_MUSIC_ICON_PLAY",
"type": "bitmap"
},
{
"file": "music_icon_pause.png",
"name": "IMAGE_MUSIC_ICON_PAUSE",
"type": "bitmap"
},
{
"file": "music_icon_ellipsis.png",
"name": "IMAGE_MUSIC_ICON_ELLIPSIS",
"type": "bitmap"
},
{
"file": "music_icon_shuffle.png",
"name": "IMAGE_MUSIC_ICON_SHUFFLE",
"type": "bitmap"
},
{
"file": "music_icon_favorite.png",
"name": "IMAGE_MUSIC_ICON_FAVORITE",
"type": "bitmap"
}
]
}
}
}