-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.94 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
{
"author": "Urbandroid",
"dependencies": {},
"keywords": [],
"name": "sleep-as-android",
"pebble": {
"capabilities": [
"configurable",
"health"
],
"displayName": "Sleep as Android for Pebble",
"enableMultiJS": true,
"messageKeys": [],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/alarm.png",
"name": "IMAGE_ALARM",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/a_snooze.png",
"name": "ACTION_SNOOZE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/a_pause.png",
"name": "ACTION_PAUSE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/a_dismiss.png",
"name": "ACTION_DISMISS",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/icon.png",
"name": "ICON",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/bg.png",
"name": "IMAGE_BG",
"targetPlatforms": null,
"type": "bitmap"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "24b0a1e5-f0b1-440d-8e53-8f26688a3f07",
"watchapp": {
"watchface": false
}
},
"version": "3.1.0"
}