-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.27 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.27 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
84
85
86
87
88
89
90
91
92
93
94
{
"version": "1.7.0",
"author": "Marcus Gotling",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/icon.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_PLUS",
"file": "images/common/action_icon_plus.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_MINUS",
"file": "images/common/action_icon_minus.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_CONFIRM",
"file": "images/common/action_bar_icon_check.png"
},
{
"type": "png",
"name": "IMAGE_CHECKMARK",
"file": "images/common/checkmark_round.png"
},
{
"type": "png",
"name": "IMAGE_SIDE_LUNGE_LEFT",
"file": "images/stretch/side-lunge-stretch-left.png"
},
{
"type": "png",
"name": "IMAGE_HAMSTRING_STANDING",
"file": "images/stretch/hamstring-standing.png"
},
{
"type": "png",
"name": "IMAGE_QUAD",
"file": "images/stretch/quad-stretch.png"
},
{
"type": "png",
"name": "IMAGE_LATERAL_THIGH",
"file": "images/stretch/lateral-thigh.png"
},
{
"type": "png",
"name": "IMAGE_INNER_THIGH",
"file": "images/stretch/inner-thigh.png"
},
{
"type": "png",
"name": "IMAGE_CHEST_AND_ARM",
"file": "images/stretch/chest_and_arm.png"
},
{
"type": "png",
"name": "IMAGE_CALF",
"file": "images/stretch/calf.png"
}
]
},
"projectType": "native",
"uuid": "3a0c3e5c-9fe2-4a43-b92b-b8e16dbf0ea9",
"messageKeys": {},
"enableMultiJS": false,
"displayName": "GoSy Run",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"capabilities": []
},
"name": "GoSy Run"
}