Files
Trigalarm/package.json
T

103 lines
2.5 KiB
JSON

{
"name": "trigalarm",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": [
"alarm",
"math",
"trigonometry",
"trig",
"triangle",
"pavlok",
"shock",
"zap"
],
"capabilities": [
"configurable"
],
"private": true,
"dependencies": {
"@rebble/clay": "^1.0.10"
},
"pebble": {
"displayName": "Trigalarm",
"uuid": "293cd38c-4e8c-46ae-a3dc-c789d7ce93ab",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery",
"gabbro"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
"PKJS_READY",
"PKJS_PAVLOK_ENABLE",
"PKJS_PAVLOK_ZAP"
],
"resources": {
"media": [
{
"file": "clock25.png",
"memoryFormat": "Smallest",
"name": "CLOCK25",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true
},
{
"file": "clock35.png",
"memoryFormat": "Smallest",
"name": "CLOCK35",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "check.png",
"memoryFormat": "Smallest",
"name": "CHECK",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"characterRegex": "[:0-9]",
"file": "lecoish_mono_bold_20.bdf",
"name": "FONT_LECOISH_MONO_BOLD_20",
"type": "font"
},
{
"characterRegex": "[:0-9]",
"file": "lecoish_mono_bold_40.bdf",
"name": "FONT_LECOISH_MONO_BOLD_40",
"type": "font",
"targetPlatforms": [
"emery"
]
},
{
"characterRegex": "[:0-9]",
"file": "lecoish_mono_bold_60.bdf",
"name": "FONT_LECOISH_MONO_BOLD_60",
"type": "font",
"targetPlatforms": [
"gabbro"
]
},
{
"characterRegex": "[sincostaeθ=¯¹0123456789hldSELECTubm]",
"file": "mansalva_regular.ttf",
"name": "FONT_MANSALVA_REGULAR_22",
"type": "font"
},
{
"characterRegex": "[()]",
"file": "mansalva_regular.ttf",
"name": "FONT_MANSALVA_REGULAR_50",
"type": "font"
}
]
}
}
}