-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 1.72 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
82
83
{
"name": "Horizon",
"version": "2.0.0",
"author": "JR Mobley",
"private": true,
"dependencies": {
"pebble-clay": "jrmobley/clay#dist",
"pebble-clay-preview-component": "^0.0.1",
"pebble-utf8": "^1.0.1",
"pebble-fctx": "^1.6.1",
"pebble-fctx-compiler": "^1.2.1",
"underscore": "^1.8.3",
"raw-loader": "^0.5.1"
},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"file": "images/icon.png",
"name": "MENU_ICON",
"type": "png",
"menuIcon": true
},
{
"file": "data/din-condensed.ffont",
"name": "DIN_CONDENSED_FFONT",
"type": "raw"
},
{
"file": "data/preview.css",
"name": "IGNORE_PREVIEW_CSS",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/preview.svg",
"name": "IGNORE_PREVIEW_SVG",
"targetPlatforms": null,
"type": "raw"
}
]
},
"projectType": "native",
"uuid": "7433da26-1d52-4597-81c8-439cce21ecf7",
"messageKeys": [
"BATTERY",
"BLUETOOTH",
"PALETTE",
"COLORS[12]",
"TIMESTAMP",
"LONGITUDE",
"SUNSET",
"LOCATION",
"SUNSOUTH",
"LATITUDE",
"TIMEZONE",
"SUNSTAT",
"SUNRISE"
],
"enableMultiJS": true,
"displayName": "Horizon",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"capabilities": [
"configurable",
"location"
]
}
}