-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.03 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
{
"author": "PanicMan",
"dependencies": {},
"keywords": [],
"name": "fuzzy-analog",
"pebble": {
"capabilities": [
"location",
"configurable"
],
"displayName": "Fuzzy Analog",
"enableMultiJS": false,
"messageKeys": {
"anim": 4,
"datefmt": 6,
"fsm": 2,
"inv": 3,
"sep": 5,
"smart": 7,
"theme": 1,
"vibr": 8
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/Battery_inv.png",
"name": "IMAGE_BATTERY_INV",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/menuimage.png",
"menuIcon": true,
"name": "IMAGE_MENU",
"type": "bitmap"
},
{
"file": "images/roundmask.png",
"name": "IMAGE_MASK",
"type": "bitmap"
},
{
"file": "images/Battery.png",
"name": "IMAGE_BATTERY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"characterRegex": "[-/0-9a-zA-Z. \u00c4\u00c9\u00c1\u00db\u00e4\u00e9\u00e1\u00fb]",
"file": "fonts/DIGITALBOLD2.TTF",
"name": "FONT_DIGITAL_23",
"targetPlatforms": null,
"trackingAdjust": -1,
"type": "font"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "761ff40b-4511-494c-addc-5499ff07d2ce",
"watchapp": {
"watchface": true
}
},
"version": "3.3.0"
}