-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.68 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.68 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
{
"author": "MarSoft",
"dependencies": {},
"keywords": [],
"name": "pebblenotes",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "GoogleTasks for Pebble",
"enableMultiJS": true,
"messageKeys": {
"access_token": 40,
"code": 0,
"count": 5,
"error": 50,
"hasNotes": 23,
"isDone": 22,
"item": 6,
"listId": 10,
"notes": 24,
"option_id": 45,
"option_value": 46,
"refresh_token": 41,
"scope": 1,
"size": 21,
"taskId": 11,
"title": 20
},
"projectType": "native",
"resources": {
"media": [
{
"file": "images/task_undone_16.png",
"name": "TASK_UNDONE",
"type": "png"
},
{
"file": "images/task_done_16.png",
"name": "TASK_DONE",
"type": "png"
},
{
"file": "images/icon2.png",
"menuIcon": true,
"name": "ICON",
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery",
"gabbro",
"flint"
],
"uuid": "5841ffd7-908f-4226-b687-bf6ff64cc8c5",
"watchapp": {
"watchface": false
}
},
"version": "1.14.0"
}