-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.98 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": "Prakash",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "healthify",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "Healthify",
"enableMultiJS": true,
"messageKeys": [
"TEMPERATURE",
"CONDITIONS",
"DATE_TIME_FORMAT[2]",
"DAY_OF_WEEK",
"WEATHER_REFRESH",
"BT_VIBR[2]",
"DIST_TEMP_UNIT[2]",
"HEALTH_AUTO",
"HEALTH_REFRESH",
"HEALTH_SHAKE",
"UPPER_COLOR[3]",
"LOWER_COLOR[3]",
"ICON_COLOR[3]",
"TEXT_COLOR[3]",
"SEP_COLOR[3]",
"HEALTH_FIX_LAYER",
"HEALTH_REALTIME",
"WEATHER_USE_GPS",
"WEATHER_LOC_NAME",
"WEATHER_ENABLE"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/THUMB",
"menuIcon": true,
"name": "THUMB",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/HEALTH_WHITE",
"name": "HEALTH_WHITE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/HEALTH_BLACK",
"name": "HEALTH_BLACK",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"diorite",
"emery"
],
"uuid": "7ee97b2c-95e8-4720-b94e-70fccd905d98",
"watchapp": {
"watchface": true
}
},
"version": "3.6.0"
}