-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
{
"author": "Gia90",
"dependencies": {
"pebble-clay": "^1.0.1"
},
"keywords": [],
"name": "slipknot-bar",
"pebble": {
"capabilities": [
"configurable",
"health"
],
"displayName": "Slipknot Barcode",
"enableMultiJS": true,
"messageKeys": [
"INVERT",
"DATE_FORMAT"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/backgroud_inverted.png",
"name": "IMAGE_BACKGROUND_INVERTED",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/background.png",
"menuIcon": true,
"name": "IMAGE_BACKGROUND",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[0-9\\+ F]",
"file": "fonts/FAKEPLASTIC.ttf",
"name": "FONT_FAKEPLASTIC_36",
"targetPlatforms": null,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "d958d680-0ba6-4e7e-a751-7c5cb2047e43",
"watchapp": {
"watchface": true
}
},
"version": "2.0.0"
}