Files
Civic-Segments/package.json
T
2026-05-16 15:34:49 -04:00

107 lines
3.1 KiB
JSON

{
"name": "civic-segments",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"honda",
"civic",
"segment",
"display",
"speedometer"
],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Civic-Segments",
"uuid": "162d2a72-f509-4cc6-a570-e28031ff4602",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery"
],
"watchapp": {
"watchface": true
},
"messageKeys": [
"CLAY_LED_COLOR",
"CLAY_BG_COLOR",
"CLAY_MG_COLOR",
"CLAY_FG_COLOR"
],
"resources": {
"media": [
{
"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"
}
]
}
}
}