This repository has been archived by the owner on Aug 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.47 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
{
"name": "RPM",
"version": "1.2.0",
"author": "Mike Austin",
"dependencies": {
"pebble-clay": "^1.0.2"
},
"keywords": [
"pebble-app"
],
"pebble": {
"displayName": "RPM",
"sdkVersion": "3",
"capabilities": [
"configurable"
],
"projectType": "native",
"uuid": "5edcf9cc-9129-420b-b7b3-b756b436c27c",
"messageKeys": [
"TwoHands"
],
"enableMultiJS": true,
"watchapp": {
"onlyShownOnCommunication": false,
"hiddenApp": false,
"watchface": true
},
"targetPlatforms": [
"basalt",
"chalk"
],
"resources": {
"media": [
{
"menuIcon": true,
"type": "png",
"name": "IMAGE_MENU_ICON",
"file": "menu_icon.png"
},
{
"type": "png",
"name": "IMAGE_NUMBERS",
"file": "numbers.png"
},
{
"type": "png",
"name": "IMAGE_NUMBERS_CLOCK",
"file": "numbers_CLOCK.png"
},
{
"type": "png",
"name": "IMAGE_LCD_FONT",
"file": "lcd_font.png"
},
{
"type": "png",
"name": "IMAGE_MPH_TEXT",
"file": "mph_text.png"
},
{
"type": "png",
"name": "IMAGE_KPH_TEXT",
"file": "kph_text.png"
},
{
"type": "png",
"name": "IMAGE_GAUGE_LIGHTS",
"file": "gauge_lights.png"
}
]
}
}
}