toroface/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2025-10-11 19:08:30 +05:00
{
"name": "toroface",
"author": "MakeAwesomeHappen",
"version": "1.0.0",
"keywords": ["pebble-app"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "toroface",
"uuid": "abf5b955-5d57-4067-8f3d-162d8871b4b8",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery"
],
"watchapp": {
2025-10-11 19:40:53 +05:00
"watchface": true
2025-10-11 19:08:30 +05:00
},
"messageKeys": [
"dummy"
],
"resources": {
2025-10-12 01:03:49 +05:00
"media": [{
2025-10-12 20:14:31 +05:00
"type": "bitmap",
"name": "CHARACTER_EVEN",
"file": "character_even.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
"type": "bitmap",
"name": "CHARACTER_ODD",
"file": "character_odd.png",
"memoryFormat": "Smallest",
"spaceOptimization": "memory"
}, {
2025-10-12 01:03:49 +05:00
"type": "font",
2025-10-15 17:18:22 +05:00
"name": "FONT_TORO_38",
"file": "font_toro.ttf",
"characterRange": "[0-9:]"
2025-10-12 01:03:49 +05:00
}, {
"type": "font",
2025-10-15 17:18:22 +05:00
"name": "FONT_KONEKO_TORO_28",
"file": "font_koneko_toro.ttf",
"characterRange": "[0-9/WTFSMedhuriaton]"
2025-10-12 01:03:49 +05:00
}]
2025-10-11 19:08:30 +05:00
}
}
}