-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.54 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
{
"name": "signalis-face",
"author": "lavendork",
"version": "1.4.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {
"pebble-effect-layer": "*"
},
"pebble": {
"displayName": "wake up_",
"uuid": "e0c1c5ad-6f3e-4a05-acb6-35d0ac455a78",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"basalt",
"chalk"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [
{
"type": "font",
"name": "DIN_MITTELSCHRIFT_48",
"file": "DINMittelschriftStd.ttf",
"characterRegex": "[0-9:.]"
},
{
"type": "bitmap",
"name": "MENU_ICON",
"file": "images/menu-icon.png",
"menuIcon": true
},
{
"type": "raw",
"name": "ANIM_BLINK",
"file": "animation/blink-hack.png"
},
{
"type": "bitmap",
"name": "BG_EYE",
"file": "images/eye.png"
},
{
"type": "bitmap",
"name": "BG_DEAD",
"file": "images/dead.png"
},
{
"type": "bitmap",
"name": "HUD_BLUETOOTH",
"file": "images/hud-bluetooth.png"
},
{
"type": "bitmap",
"name": "HUD_BATTERY",
"file": "images/hud-battery.png"
},
{
"type": "bitmap",
"name": "HUD_QUIET",
"file": "images/hud-quiet.png"
}
]
}
}
}