-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.04 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
{
"name": "hexmatrix",
"author": "Nullbleed",
"version": "1.2.0",
"keywords": [
"pebble-app",
"hex",
"matrix",
"hexmatrix"
],
"private": true,
"dependencies": {
"pebble-clay": "^1.0.3"
},
"pebble": {
"displayName": "hexmatrix",
"uuid": "286c2d2e-1313-4564-a996-76fbbf744bf4",
"sdkVersion": "3",
"capabilities": [ "configurable" ],
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"BackgroundColor",
"AccentColor",
"MainColor",
"VibrateOnDisconnect"
],
"resources": {
"media": [
{
"type": "font",
"name": "FONT_TERMINESS_24",
"file": "TerminusTTF-4.40.1.ttf",
"compatibility": "2.7"
},
{
"type": "font",
"name": "FONT_TERMINESS_BOLD_24",
"file": "TerminusTTF-Bold-4.40.1.ttf",
"compatibility": "2.7"
}
]
}
}
}