-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.18 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"author": "areddicks1014",
"dependencies": {
"pebble-clay": "^1.0.1"
},
"keywords": [],
"name": "isac-v1",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "ISAC v1 (from The Division)",
"enableMultiJS": true,
"messageKeys": [
"theme",
"custom",
"icon",
"mode"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/icon_phoenix_white",
"name": "IMAGE_ICON_PHOENIX_WHITE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_rogue",
"name": "IMAGE_ICON_ROGUE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_dz",
"name": "IMAGE_ICON_DZ",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_medical",
"name": "IMAGE_ICON_MEDICAL",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon_security",
"name": "IMAGE_ICON_SECURITY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/Borda-18-Bold",
"name": "FONT_BORDA_BOLD_18",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/icon_tech",
"name": "IMAGE_ICON_TECH",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/ISAC_icon",
"name": "ISAC_icon",
"targetPlatforms": null,
"type": "png"
},
{
"file": "fonts/Roboto-Regular.ttf",
"name": "FONT_ROBOTO_30",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/ISAC_icon_w",
"menuIcon": true,
"name": "ISAC_icon_w",
"targetPlatforms": null,
"type": "png"
},
{
"file": "fonts/Borda-42-Bold",
"name": "FONT_BORDA_BOLD_42",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Borda-48-Medium",
"name": "FONT_BORDA_MEDIUM_48",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/x_image",
"name": "IMAGE_X",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/no_bluetooth",
"name": "IMAGE_NO_BT",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "fonts/Borda-22-Bold",
"name": "FONT_BORDA_BOLD_22",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Borda-14-Bold",
"name": "FONT_BORDA_BOLD_14",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "819b4d55-ab26-4a63-99c9-0c2fbc2e92e0",
"watchapp": {
"watchface": true
}
},
"version": "1.1.0"
}