-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.08 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
{
"author": "Zeki Melek",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "text-based-on-qlocktwo",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "text based on qlocktwo",
"enableMultiJS": true,
"messageKeys": [
"BackgroundColor",
"ForegroundColor"
],
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[A-Z]",
"file": "fonts/Helvetica_Black_Condensed.ttf",
"name": "HELVETICA_BLACK_CONDENSED_16",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/Helvetica_LT_Ultra_Light_Condensed.ttf",
"name": "HELVETICA_ULTRA_LIGHT_CONDENSED_12",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/Helvetica-Bold.ttf",
"name": "HELVETICA_BOLD_14",
"targetPlatforms": null,
"type": "font"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/Helvetica.ttf",
"name": "HELVETICA_14",
"targetPlatforms": null,
"type": "font"
},
{
"file": "images/qlocktwo.png",
"name": "IMAGE_FRONT",
"targetPlatforms": null,
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite"
],
"uuid": "b1d991b6-5b38-4cc6-8619-e3cef76524db",
"watchapp": {
"watchface": true
}
},
"version": "0.3.0"
}