-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 3.08 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
100
{
"author": "Stefan Krastanov",
"dependencies": {
"pebble-clay": "^1.0.3",
"pebble-fctx": "^1.6.0"
},
"keywords": [],
"name": "infooverload",
"pebble": {
"capabilities": [
"location",
"configurable",
"health"
],
"displayName": "InfoOverload",
"enableMultiJS": true,
"messageKeys": [
"WEATHER_ICON_KEY",
"WEATHER_TEMPERATURE_KEY",
"WEATHER_TEMPERATUREMAX_KEY",
"WEATHER_TEMPERATUREMIN_KEY",
"WEATHER_PRECIP_PROB_KEY",
"WEATHER_PRECIP_ARRAY_KEY"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Clouds_25.png",
"name": "Clouds_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Sleet_25.png",
"name": "Sleet_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Sun_25.png",
"name": "Sun_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Snow_25.png",
"name": "Snow_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Bright_Moon_25.png",
"name": "Bright_Moon_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Partly_Cloudy_Day_25.png",
"name": "Partly_Cloudy_Day_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Dust_25.png",
"name": "Dust_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Rain_25.png",
"name": "Rain_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Air_Element_25.png",
"name": "Air_Element_25",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/Partly_Cloudy_Night_25.png",
"name": "Partly_Cloudy_Night_25",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"diorite"
],
"uuid": "e9aebf4b-3843-4880-afc8-f8403ab39305",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}