forked from smallstoneapps/thin
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1005 Bytes
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
{
"author": "Silas Graffy, Chris Lewis",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "thin-ext",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Thin Extended",
"enableMultiJS": true,
"messageKeys": {
"PERSIST_KEY_BATTERY": 3,
"PERSIST_KEY_BT": 2,
"PERSIST_KEY_DATE": 0,
"PERSIST_KEY_DAY": 1,
"PERSIST_KEY_LIGHT_THEME": 6,
"PERSIST_KEY_MINUTE_MARKERS": 9,
"PERSIST_KEY_SECOND_TAP": 10,
"PERSIST_KEY_NO_MARKERS": 5,
"PERSIST_KEY_SECOND_BATTERY": 7,
"PERSIST_KEY_SECOND_HAND": 4,
"PERSIST_KEY_SECOND_NIGHT": 8,
"PERSIST_KEY_DATE_STYLE" : 11
},
"projectType": "native",
"resources": {
"media": []
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk"
],
"uuid": "bd7500d7-5524-4729-9d20-4acca5c7748d",
"watchapp": {
"watchface": true
}
},
"version": "1.3.0"
}