-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"author": "DLevine.us",
"dependencies": {},
"keywords": [],
"name": "nyctime",
"pebble": {
"displayName": "NYCTime",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/bt-icon.png",
"name": "IMAGE_BT_ICON",
"targetPlatforms": null,
"type": "png-trans"
},
{
"file": "fonts/Helvetica.ttf",
"name": "HELVETICA_28",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Helvetica.ttf",
"name": "HELVETICA_33",
"targetPlatforms": null,
"trackingAdjust": 17,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "d497ae96-a018-4f22-a83a-18edbba8a8ec",
"watchapp": {
"watchface": true
}
},
"version": "3.31.0"
}