This repository has been archived by the owner on Oct 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.97 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"author": "poeia",
"dependencies": {
"@smallstoneapps/bitmap-loader": "^1.2.3",
"pebble-clay": "^1.0.2"
},
"keywords": [],
"name": "healthy-eyes",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Healthy Eyes",
"enableMultiJS": true,
"messageKeys": [
"TimerTime",
"BreakTime",
"SnoozeTime",
"ShakeSetting"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/pb-start.png",
"name": "ICON_START",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/pb-snooze.png",
"name": "ICON_SNOOZE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-trash.png",
"memoryFormat": "1Bit",
"name": "ICON_CLEAR",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-stop.png",
"memoryFormat": "1Bit",
"name": "ICON_STOP",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-play.png",
"memoryFormat": "1Bit",
"name": "ICON_PLAY",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-pause.png",
"memoryFormat": "1Bit",
"name": "ICON_PAUSE",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-eye.png",
"name": "IMAGE_SPLASH",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "images/fa-eye-menu.png",
"memoryFormat": "1Bit",
"menuIcon": true,
"name": "ICON_MENU",
"targetPlatforms": null,
"type": "bitmap"
},
{
"file": "data/info.txt",
"name": "TEXT_INFO",
"targetPlatforms": null,
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "143a4415-46d3-4d39-9723-6de5c1d902ce",
"watchapp": {
"watchface": false
}
},
"version": "1.0.0"
}