-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 913 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
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "uas-status",
"pebble": {
"displayName": "UAS Status",
"enableMultiJS": true,
"messageKeys": [
"APP_READY",
"STATE",
"SINCE"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/logo",
"menuIcon": true,
"name": "logo",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "1a197c33-7027-4446-8412-032c55951eba",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}