-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
76
77
78
79
80
81
82
83
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "soviet-posters",
"pebble": {
"displayName": "Soviet Posters Watchface",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/plakat7",
"name": "PLAKAT7",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon",
"menuIcon": true,
"name": "ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat5",
"name": "PLAKAT5",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat4",
"name": "PLAKAT4",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat3",
"name": "PLAKAT3",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat2",
"name": "PLAKAT2",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat1",
"name": "PLAKAT1",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/plakat6",
"name": "PLAKAT6",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Red October-Regular.ttf",
"name": "FONT_OCTOBER_34",
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "75ca3abd-4b09-4235-b141-8a95fad098fc",
"watchapp": {
"watchface": true
}
},
"version": "2.5.0"
}