-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.7 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
{
"author": "[email protected]",
"dependencies": {
"geodesy-spherical": "1.1.0",
"pebble_unicode": "3.0.0",
"side-scrolling-text-layer": "2.0.0"
},
"keywords": [],
"name": "bike-sharer",
"pebble": {
"capabilities": [
"location"
],
"displayName": "bike-sharer",
"enableMultiJS": true,
"messageKeys": [
"SLOTS",
"BIKES",
"NAMES[6]",
"HEADINGS[6]",
"DISTANCES[6]",
"ADDRESSES[6]",
"ERR"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/warning.png",
"name": "WARNING",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/nointernet.png",
"name": "NO_INTERNET",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/nobikes.png",
"name": "NO_BIKES",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/iconmenu.png",
"menuIcon": true,
"name": "MENU_ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/ic_location_off_black_48dp.png",
"name": "NO_LOCATION",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/ic_local_parking_white_48dp.png",
"name": "PARK",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/ic_directions_bike_black_48dp.png",
"name": "BIKE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/disconnected.png",
"name": "DISCO",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "11501158-e49e-486b-aab8-d6397688fa9f",
"watchapp": {
"watchface": false
}
},
"version": "2.7.0"
}