forked from metakirby5/pebble-watchface-poketch-plus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 1.78 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
{
"version": "1.1.0",
"author": "[email protected]",
"private": true,
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"type": "png",
"name": "IMAGE_CHG",
"file": "images/chg_on.png"
},
{
"type": "png",
"name": "IMAGE_BANG",
"file": "images/bang.png"
},
{
"type": "png",
"name": "IMAGE_BAT",
"file": "images/bat.png"
},
{
"menuIcon": true,
"type": "png",
"name": "ICON",
"file": "images/icon.png"
},
{
"type": "font",
"characterRegex": "[0-9:]",
"name": "FONT_POKETCH_DIGITAL_70",
"file": "fonts/HMPoketchDigital.ttf"
},
{
"type": "font",
"characterRegex": "[0-9: ]",
"name": "FONT_POKETCH_DIGITAL_30",
"file": "fonts/HMPoketchDigital.ttf"
},
{
"type": "font",
"characterRegex": "[:0-9A-Za-z°]",
"name": "FONT_POKETCH_ALPHA_12",
"file": "fonts/HMPoketchAlpha.ttf"
},
{
"type": "png",
"name": "IMAGE_PIKA_BG",
"file": "images/pika.png"
}
]
},
"projectType": "native",
"uuid": "0cc36677-1628-4e9e-ac38-f2c570c81d31",
"messageKeys": [
"vibe_on_disconnect"
],
"enableMultiJS": false,
"displayName": "Pokétch++",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"capabilities": [
"configurable"
]
},
"name": "Pokétch++"
}