-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 887 Bytes
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
{
"name": "simple-round",
"author": "Ali Aslam (camr0)",
"version": "1.4.0",
"keywords": [
"pebble-app"
],
"private": true,
"dependencies": {
"@moddable/pebbleproxy": "^0.2.0",
"@rebble/clay": "^1.0.10"
},
"pebble": {
"displayName": "Simple Round",
"uuid": "f9de8923-6115-477e-b09b-0c71e90ff03e",
"projectType": "moddable",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"gabbro"
],
"capabilities": [
"location",
"configurable"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"DarkMode",
"UseFahrenheit",
"Use24Hour",
"ShowDigitalTime",
"ShowDate",
"ShowWeather",
"ShowBattery",
"ShowBatteryLowOnly",
"ShowBluetooth",
"ShowDisconnectedBluetooth"
],
"resources": {
"media": []
}
}
}