This repository was archived by the owner on Jan 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 KB
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
{
"author": "antgiant",
"dependencies": {
"pebble-clay": "^1.0.0"
},
"keywords": [],
"name": "astronomical-analog",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Astronomical Analog",
"enableMultiJS": true,
"messageKeys": [
"show_seconds",
"show_date",
"show_ring",
"low_res_time",
"inverted",
"east_to_west_orb_rotation",
"config_version",
"latitude",
"longitude"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Analog.png",
"menuIcon": true,
"name": "IMAGE_ICON",
"type": "png"
},
{
"file": "data/resource_map.json",
"name": "DUMMY",
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "E32A8BDA-E82D-4517-A69D-A92963FA8420",
"watchapp": {
"watchface": true
}
},
"version": "4.0.0"
}