-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.04 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.04 KB
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
{
"author": "nILS Podewski",
"dependencies": {
"pebble-fctx": "^1.6.1"
},
"keywords": [
"pebble-app"
],
"name": "nilswatch",
"pebble": {
"displayName": "nILSWatch",
"enableMultiJS": false,
"messageKeys": [
"Temperature",
"Icon"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/temperature.png",
"name": "BMP_TEMPERATURE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/no_phone.png",
"name": "BMP_NO_BLUETOOTH",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/calendar.png",
"name": "BMP_CALENDAR",
"storageFormat": "pbi",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery.png",
"name": "BMP_BATTERY",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/weather_sun.png",
"name": "BMP_WEATHER_SUNNY",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/weather_snow.png",
"name": "BMP_WEATHER_SNOWY",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/weather_rain.png",
"name": "BMP_WEATHER_RAINY",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/weather_cloud.png",
"name": "BMP_WEATHER_CLOUDY",
"storageFormat": "png",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "data/font_bold.ffont",
"name": "FONT_NUMBERS_BOLD",
"targetPlatforms": null,
"type": "raw"
},
{
"file": "data/font.ffont",
"name": "FONT_NUMBERS",
"targetPlatforms": null,
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"diorite"
],
"uuid": "badc0ffe-f92d-446b-8fea-be134c144bfa",
"watchapp": {
"watchface": true
}
},
"version": "1.4.0"
}