-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.15 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
{
"author": "machineboy",
"dependencies": {},
"keywords": [],
"name": "diago",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Diago",
"enableMultiJS": true,
"messageKeys": {
"API": 5,
"FAHRENHEIT": 7,
"KEY_CONDITIONS": 1,
"KEY_TEMPERATURE": 0,
"KEY_WEEK": 4,
"KEY_WIND": 2,
"KEY_WINDDIRECTION": 3,
"WEEKS": 6
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/sliced.png",
"name": "IMAGE_SLICED",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/icon.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[0-9:, ]",
"file": "fonts/AldotheApache.ttf",
"name": "FONT_ALDO_64",
"targetPlatforms": null,
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_48",
"targetPlatforms": null,
"type": "font"
},
{
"compatibility": "2.7",
"file": "fonts/perfect-dos-vga.ttf",
"name": "FONT_PERFECT_DOS_20",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "48f5e1c8-2396-425d-992a-b65358739a31",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}