Files
Civic-Segments/package.json
T

164 lines
5.0 KiB
JSON

{
"name": "civic-segments",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"honda",
"civic",
"segment",
"display",
"led",
"speedometer"
],
"private": true,
"dependencies": {
"@rebble/clay": "^1.0.10"
},
"pebble": {
"displayName": "Civic Segments",
"uuid": "162d2a72-f509-4cc6-a570-e28031ff4602",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"chalk",
"emery",
"gabbro"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"PKJS_READY",
"PKJS_TEMP_BAR_COUNT",
"CLAY_DATE_TIMEOUT",
"CLAY_SHOW_TIME_MG",
"CLAY_LOW_FUEL_BARS",
"CLAY_LED_COLOR",
"CLAY_BG_COLOR",
"CLAY_BAR_MG_COLOR",
"CLAY_BAR_COOL_COLOR",
"CLAY_BAR_HOT_COLOR",
"CLAY_TIME_MG_COLOR",
"CLAY_FG_COLOR",
"CLAY_WARNING_COLOR"
],
"resources": {
"media": [
{
"file": "menu_icon.png",
"memoryFormat": "Smallest",
"name": "MENU_ICON",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
},
{
"file": "E.png",
"memoryFormat": "Smallest",
"name": "E",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "F.png",
"memoryFormat": "Smallest",
"name": "F",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "C.png",
"memoryFormat": "Smallest",
"name": "C",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "H.png",
"memoryFormat": "Smallest",
"name": "H",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "0.png",
"memoryFormat": "Smallest",
"name": "0",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "1.png",
"memoryFormat": "Smallest",
"name": "1",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "2.png",
"memoryFormat": "Smallest",
"name": "2",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "3.png",
"memoryFormat": "Smallest",
"name": "3",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "4.png",
"memoryFormat": "Smallest",
"name": "4",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "5.png",
"memoryFormat": "Smallest",
"name": "5",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "6.png",
"memoryFormat": "Smallest",
"name": "6",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "7.png",
"memoryFormat": "Smallest",
"name": "7",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "8.png",
"memoryFormat": "Smallest",
"name": "8",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "9.png",
"memoryFormat": "Smallest",
"name": "9",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "super8.png",
"memoryFormat": "Smallest",
"name": "SUPER8",
"spaceOptimization": "storage",
"type": "bitmap"
}
]
}
}
}