-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.22 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
{
"name": "cat-time",
"author": "Joan Vila",
"version": "1.0.0",
"keywords": ["pebble-app", "hora", "catala", "catalan", "temps"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "cat-time",
"uuid": "b5ec9912-b9a1-4766-85e8-c8ed7ec15826",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [
{
"type": "font",
"characterRegex": "[a-zA-Z ']",
"name": "FONT_TIME_BOLD_20",
"file": "fonts/Roboto-BoldCondensed.ttf",
"compatibility":"2.7"
},
{
"type": "font",
"characterRegex": "[a-z ']",
"name": "FONT_TIME_BOLD_24",
"file": "fonts/Roboto-BoldCondensed.ttf",
"compatibility":"2.7"
},
{
"type": "font",
"name": "FONT_WEATHER_44",
"file": "fonts/WeatherTime.ttf",
"compatibility":"2.7"
}
]
},
"capabilities": ["location"],
"messageKeys": [
"TEMPERATURE",
"WEATHER"
]
}
}