-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.32 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
{
"name": "Cellar Temp",
"author": "dnmgns",
"version": "1.0.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {
"pebblejs": "^1.0.0"
},
"pebble": {
"displayName": "Cellar Temp",
"uuid": "DA23189C-A117-4AF1-95F5-CCA07C843842",
"companyName": "[email protected]",
"longName": "Cellar Temperature",
"shortName": "Cellar Temp",
"versionCode": 1,
"versionLabel": "1.0",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite"
],
"watchapp": {
"watchface": false
},
"resources": {
"media": [
{
"file": "images/menu_icon.png",
"name": "IMAGE_MENU_ICON",
"type": "png"
},
{
"file": "images/menu_icon.png",
"menuIcon": true,
"name": "IMAGES_LOGO",
"type": "png"
},
{
"file": "images/reload_icon.png",
"name": "IMAGE_RELOAD",
"type": "png"
},
{
"file": "images/info_icon.png",
"name": "IMAGE_INFO",
"type": "png"
},
{
"file": "fonts/UbuntuMono-Regular.ttf",
"name": "MONO_FONT_14",
"type": "font"
}
]
}
}
}