-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.87 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
{
"version": "0.3.0",
"author": "Olivier G\u00e9rardin",
"private": true,
"dependencies": {},
"keywords": [
"pebble-app"
],
"pebble": {
"sdkVersion": "3",
"resources": {
"media": [
{
"type": "bitmap",
"menuIcon": true,
"targetPlatforms": null,
"name": "IMG_APP_ICON",
"file": "images/icon-parking.jpg"
},
{
"spaceOptimization": "memory",
"targetPlatforms": null,
"type": "bitmap",
"name": "IMG_TREND_UP",
"file": "images/arrow_up.png"
},
{
"spaceOptimization": "memory",
"targetPlatforms": null,
"type": "bitmap",
"name": "IMG_TREND_FLAT",
"file": "images/arrow_flat.png"
},
{
"spaceOptimization": "memory",
"targetPlatforms": null,
"type": "bitmap",
"name": "IMG_TREND_DOWN",
"file": "images/arrow_down.png"
},
{
"spaceOptimization": "memory",
"targetPlatforms": null,
"name": "IMG_AREA",
"file": "images/area.png",
"memoryFormat": "Smallest",
"type": "bitmap"
}
]
},
"projectType": "native",
"uuid": "f823360d-236a-408a-9e01-cde86ff8032a",
"messageKeys": {
"count": 4,
"index": 5,
"capacity": 8,
"name": 6,
"area": 11,
"trend": 10,
"timestamp": 13,
"free": 9,
"method": 2,
"type": 1,
"error": 3,
"open": 12,
"id": 7
},
"enableMultiJS": true,
"displayName": "LuxParking",
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": false
},
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"capabilities": [
""
]
},
"name": "LuxParking"
}