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

36 lines
762 B
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": []
}
}
}