-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 2.78 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"author": "BigMontana",
"dependencies": {
"pebble-clay": "^1.0.3",
"pebble-events": "^1.2.0",
"pebble-generic-weather": "^1.1.6"
},
"keywords": [],
"name": "1701d_lcars",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "NCC-1701D LCARS",
"enableMultiJS": true,
"messageKeys": [
"APIKEY",
"READY",
"FTICK",
"WeatherProvide",
"POWERDISPLAY",
"UKDATE",
"WEEKDAYNAME",
"WEEKNUMFORMAT",
"WEATHERDESCRIPTION",
"WEATHERREPLACEMENT",
"STEPGOAL",
"ANIMATIONENABLED",
"DISPLAYSECONDS",
"TEXTCOLOR",
"HIBERNATEENABLED",
"SLEEPENABLED"
],
"projectType": "native",
"resources": {
"media": [
{
"characterRegex": "[0-9\\.]",
"file": "fonts/LCARSGTJ3_58.ttf",
"name": "LCARS_58",
"targetPlatforms": [
"basalt",
"emery"
],
"type": "font"
},
{
"file": "fonts/weather.ttf",
"name": "WEATHERICON_38",
"targetPlatforms": [
"basalt",
"emery"
],
"type": "font"
},
{
"characterRegex": "[0-9\u2026\\.]",
"file": "fonts/LCARSGTJ3_32.ttf",
"name": "LCARS_32",
"targetPlatforms": [
"basalt",
"emery"
],
"type": "font"
},
{
"file": "images/enterprise.png",
"name": "ENTERPRISE",
"targetPlatforms": [
"basalt",
"emery"
],
"type": "bitmap"
},
{
"file": "images/tile.png",
"menuIcon": true,
"name": "TILE",
"targetPlatforms": [
"basalt",
"emery"
],
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "da71a728-bf9d-4ecc-8d31-0d80775e65ae",
"watchapp": {
"watchface": true
}
},
"version": "2.7.0"
}