-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.76 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
{
"name": "Apple_Watch_Modular",
"author": "Dr Alexander the bat",
"version": "1.0.0",
"keywords": [
"Apple Watch, Modular"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.4",
"pebble-events": "^1.2.0",
"pebble-generic-weather": "^1.1.6",
"pebble-simple-health": "^1.0.6"
},
"pebble": {
"displayName": "Apple Watch Modular",
"uuid": "808813b8-4316-439d-a70b-ff76c0244ccf",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"basalt"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [
{
"file": "fonts/WatchOSThin_30.ttf",
"name": "WatchOSThin_30",
"type": "font"
},
{ "file": "fonts/WatchOSThin_22.ttf",
"name": "WatchOSThin_22",
"type": "font"
},
{ "file": "fonts/WatchOSThin_24.ttf",
"name": "WatchOSThin_24",
"type": "font"
},
{
"characterRegex": "[0-9°A-Za-z]",
"file": "fonts/WatchOSThin_26.ttf",
"name": "WatchOSThin_26",
"type": "font"
},
{
"characterRegex": "[A-Z]",
"file": "fonts/WatchOSThin_15.ttf",
"name": "WatchOSThin_15",
"type": "font"
},
{
"characterRegex": "[0-9]",
"file": "fonts/WatchOSThin_33.ttf",
"name": "WatchOSThin_33",
"type": "font"
},
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "images/Menuicon.png"
}
]
}
}
}