-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 947 Bytes
/
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
{
"name": "liftoff",
"author": "[email protected]",
"version": "1.3.0",
"keywords": [],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.3"
},
"pebble": {
"capabilities": [ "configurable" ],
"displayName": "Liftoff",
"uuid": "3d192c56-8507-4c65-93f7-f18645282a1c",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
"hiddenApp": true,
"watchface": false
},
"messageKeys": [
"countries[16]",
"qr_outbound",
"Index",
"DataLength",
"DataChunk",
"ChunkSize",
"Complete",
"Ready"
],
"resources": {
"media": [
{
"file": "images/Logo.png",
"menuIcon": true,
"name": "LOGO",
"targetPlatforms": null,
"type": "bitmap"
}
]
}
}
}