-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "fuzzy-time",
"pebble": {
"displayName": "Fuzzy Time",
"enableMultiJS": false,
"messageKeys": {},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "MENU_ICON",
"type": "png"
},
{
"file": "fonts/Montserrat-SemiBold.otf",
"name": "FONT_MONTSERRAT_SEMIBOLD_40",
"type": "font"
},
{
"file": "fonts/Montserrat-Regular.otf",
"name": "FONT_MONTSERRAT_20",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "0439b60e-9be4-426a-bed2-45ac9d1ba744",
"watchapp": {
"watchface": true
}
},
"version": "1.0.0"
}