-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 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
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "habitual",
"pebble": {
"capabilities": [
"configurable"
],
"displayName": "Habitual",
"enableMultiJS": true,
"messageKeys": [
"Habit1",
"Habit2",
"Habit3",
"Habit4",
"Habit5"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/app-icon.png",
"menuIcon": true,
"name": "APP_ICON",
"targetPlatforms": null,
"type": "png"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"uuid": "35f8dfaf-c005-466f-a3e7-4f6c5756f65b",
"watchapp": {
"watchface": true
}
},
"version": "1.1.0"
}