-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
110 lines (110 loc) · 2.51 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
{
"name": "GoPro Remote",
"author": "Konrad Iturbe",
"version": "1.2.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"pebblejs": "^1.0.0"
},
"pebble": {
"displayName": "GoPro Remote",
"uuid": "f9963dc0-430a-4ee7-8814-ee4ab4bd9206",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [
{
"file": "images/app_icon.png",
"menuIcon": true,
"name": "IMAGES_APP_ICON",
"type": "bitmap"
},
{
"file": "images/video_icon.png",
"name": "ICON_VIDEO_SIMPLE",
"type": "bitmap"
},
{
"file": "images/settings_icon.png",
"name": "ICON_SETTINGS",
"type": "bitmap"
},
{
"file": "images/tlvideo_icon.png",
"name": "ICON_VIDEO_TL",
"type": "bitmap"
},
{
"file": "images/looping_icon.png",
"name": "ICON_VIDEO_LOOPING",
"type": "bitmap"
},
{
"file": "images/dual_icon.png",
"name": "ICON_VIDEO_DUAL",
"type": "bitmap"
},
{
"file": "images/photo_icon.png",
"name": "ICON_PHOTO_SIMPLE",
"type": "bitmap"
},
{
"file": "images/continuous_icon.png",
"name": "ICON_PHOTO_CONTINUOUS",
"type": "bitmap"
},
{
"file": "images/nightphoto_icon.png",
"name": "ICON_PHOTO_NIGHTPHOTO",
"type": "bitmap"
},
{
"file": "images/timelapse_icon.png",
"name": "ICON_MS_TIMELAPSE",
"type": "bitmap"
},
{
"file": "images/burst_icon.png",
"name": "ICON_MS_BURST",
"type": "bitmap"
},
{
"file": "images/nightlapse_icon.png",
"name": "ICON_MS_NL",
"type": "bitmap"
},
{
"file": "images/logo_splash.png",
"name": "IMAGE_LOGO_SPLASH",
"type": "bitmap"
},
{
"file": "images/tile_splash.png",
"name": "IMAGE_TILE_SPLASH",
"type": "bitmap"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
}
]
}
}
}