-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.5 KB
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
{
"name": "aeronaut",
"author": "Eric Gideon",
"version": "0.8.0",
"license": "MIT",
"keywords": [
"pebble-app"
],
"dependencies": {
"enamel": "^1.2.5",
"logging": "^2.0.21",
"pebble-clay": "^1.0.3",
"pebble-events": "^1.2.0",
"pebble-fctx": "^1.6.2",
"pebble-fctx-compiler": "^1.2.1"
},
"pebble": {
"displayName": "Aeronaut",
"capabilities": [ "health" ],
"enableMultiJS": true,
"messageKeys": [
"DARK_THEME",
"COLOR_GMT_HAND",
"OFFSET_GMT_HAND",
"COLOR_SECOND_HAND",
"SHOW_SECONDS",
"SHOW_HOUR_DIGITS",
"SLEEP_MODE_ENABLED"
],
"projectType": "native",
"resources": {
"media": [
{
"name": "MINUTE_FPATH",
"type": "raw",
"file": "min.fpath"
},
{
"name": "HOUR_FPATH",
"type": "raw",
"file": "hour.fpath"
},
{
"name": "UTC_FPATH",
"type": "raw",
"file": "utc.fpath"
},
{
"type": "bitmap",
"name": "NUM_WHITE",
"file": "24hw.png"
},
{
"type": "bitmap",
"name": "NUM_BLACK",
"file": "24hb.png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"chalk",
"basalt",
"diorite"
],
"uuid": "872855a6-2bb8-4dd5-b438-d21d4045e6ab",
"watchapp": {
"watchface": true
}
},
"devDependencies": {
"pebble-fctx-compiler": "^1.2.1"
}
}