-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.71 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
{
"author": "Kim T. Pham",
"dependencies": {},
"keywords": [],
"name": "gopro",
"pebble": {
"displayName": "GoPro Remote",
"enableMultiJS": true,
"messageKeys": {
"battery": 5,
"current": 3,
"message": 1,
"mode": 2,
"power": 7,
"recording": 6,
"remain": 4,
"status": 0
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/gopro.png",
"menuIcon": true,
"name": "appicon",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/timelapse.png",
"name": "timelapse",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/burst.png",
"name": "burst",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/camera.png",
"name": "cameraIcon",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery3.png",
"name": "battery3",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery1.png",
"name": "battery1",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery0.png",
"memoryFormat": "Smallest",
"name": "battery0",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/battery2.png",
"memoryFormat": "Smallest",
"name": "battery2",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/video.png",
"name": "videoIcon",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"chalk"
],
"uuid": "6e6532d8-c923-431f-869f-07646283b399",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}