-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"author": "The Project 2.0",
"dependencies": {},
"keywords": [],
"name": "bg-clock",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Clock in Bulgarian",
"enableMultiJS": false,
"messageKeys": {
"AppKeyDateFormat": 1,
"AppKeyTimeFormat": 0
},
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[:0-9A-Za-z.-\\u00AD \u0430-\u044f\u0410-\u042f\\/]",
"file": "fonts/RobotoCondensed-Bold.ttf",
"name": "ROBOTO_CONDENSED_24",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[:0-9A-Za-z.-\\u00AD \u0430-\u044f\u0410-\u042f\\/]",
"file": "fonts/DroidSans-Bold_24.ttf",
"name": "FONT_DROID_SANS_BOLD_24",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "cbcee72d-f1a5-421c-a396-564835c8f0f3",
"watchapp": {
"watchface": true
}
},
"version": "1.17.0"
}