-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.08 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"author": "Sushi Dev",
"dependencies": {
"pebble-clay": "^1.0.4"
},
"keywords": [],
"name": "moon",
"pebble": {
"capabilities": [
"location"
],
"displayName": "MOON",
"enableMultiJS": true,
"messageKeys": {
"CONDITIONS": 1,
"TEMPERATURE": 2,
"WEATHERUNIT": 4,
"WeatherIsFahrenheit": 0
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Moon.png",
"name": "SPACE",
"targetPlatforms": null,
"type": "png"
},
{
"file": "fonts/Prime Regular.otf",
"name": "FONT_TECH_15",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Loew.ttf",
"name": "FONT_LOEW_15",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Loew Small.ttf",
"name": "FONT_LOEW_13",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Blogger Sans-Medium Italic.ttf",
"name": "FONT_BLOG_18",
"targetPlatforms": null,
"type": "font"
},
{
"file": "fonts/Blog Bold.ttf",
"name": "FONT_BLOG_38",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"uuid": "66ba87e9-b9c9-4400-ab5f-fc029f711fcf",
"watchapp": {
"watchface": true
}
},
"version": "2.0.0"
}