toroface/package.json

52 lines
1.2 KiB
JSON

{
"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": {
"watchface": true
},
"messageKeys": [
"dummy"
],
"resources": {
"media": [{
"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"
}, {
"type": "font",
"name": "CLOCK_FONT_38",
"file": "clock_font_big.ttf",
"characterRange": "[0-9]"
}, {
"type": "font",
"name": "CLOCK_FONT_26",
"file": "clock_font_small.ttf",
"characterRange": "[0-9]"
}]
}
}
}