-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.95 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.95 KB
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
{
"name": "toroface",
"author": "MakeAwesomeHappen",
"version": "1.0.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "toroface",
"uuid": "abf5b955-5d57-4067-8f3d-162d8871b4b8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"capabilities": [
"health"
],
"resources": {
"media": [{
"type": "bitmap",
"name": "CHARACTER_EVEN",
"file": "character_even.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "CHARACTER_ODD",
"file": "character_odd.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "ICON_BATTERY_EMPTY",
"file": "icon_battery_empty.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "ICON_BATTERY_HALF",
"file": "icon_battery_half.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "ICON_BATTERY_FULL",
"file": "icon_battery_full.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "ICON_PAWS",
"file": "icon_paws.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "font",
"name": "FONT_TORO_36",
"file": "font_toro.ttf",
"characterRange": "[0-9:]"
}, {
"type": "font",
"name": "FONT_KONEKO_TORO_24",
"file": "font_koneko_toro.ttf",
"characterRange": "[0-9/WTFSMedhuriaton]"
}]
}
}
}