-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.81 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
{
"author": "Pablo Bernal",
"dependencies": {
"@smallstoneapps/data-processor": "^2.1.1",
"pebble-battery-bar": "^1.0.9",
"pebble-bluetooth-icon": "^1.0.7",
"pebble-clay": "^1.0.3",
"pebble-localize": "^0.1.2"
},
"keywords": [],
"name": "pebbleseaweed",
"pebble": {
"capabilities": [
"configurable",
"location"
],
"displayName": "PebbleSeaWeed",
"enableMultiJS": true,
"messageKeys": [
"Color",
"FavouriteHour",
"Spot",
"FadedRating[2]",
"SolidRating[2]",
"SwellPeriod[2]",
"SwellHeight",
"SwellDirection[2]",
"WindSpeed[2]",
"WindDirection[2]"
],
"projectType": "native",
"resources": {
"media": [
{
"type": "bitmap",
"name": "STAR_FULL_WHITE_20",
"file": "images/star_full_white_20.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
},
{
"type": "bitmap",
"name": "STAR_EMPTY_WHITE_20",
"file": "images/star_empty_white_20.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
},
{
"type": "bitmap",
"name": "WAVE_WHITE_20",
"file": "images/wave_20_white.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
},
{
"type": "bitmap",
"name": "WIND_WHITE_20",
"file": "images/wind_white_20.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "0832375d-ec7c-4b60-b29d-3c0559aef10e",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}