-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"author": "WA1OUI",
"dependencies": {},
"keywords": [],
"name": "wa1oui",
"pebble": {
"displayName": "WA1OUI",
"enableMultiJS": true,
"messageKeys": [
"TEMP_OUTSIDE",
"TEMP_INSIDE",
"RAIN_DAILY",
"WIND_MAX",
"TIME"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/WA1OUI_menu_icon.png",
"menuIcon": true,
"name": "IMAGE_MENU_ICON",
"type": "bitmap"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_21",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Roboto-Condensed.ttf",
"name": "FONT_ROBOTO_CONDENSED_20",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_37",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "fonts/Roboto-Bold.ttf",
"name": "FONT_ROBOTO_BOLD_SUBSET_49",
"type": "font"
},
{
"file": "fonts/HelveNeuLig.ttf",
"name": "FONT_HELV_NEW_LIGHT_20",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "f61d0489-3137-4135-af3c-65896cdb7a14",
"watchapp": {
"watchface": true
}
},
"version": "8.0.0"
}