Files
Trigalarm/package.json
T
2026-07-24 19:06:21 -04:00

42 lines
909 B
JSON

{
"name": "stoner-alarm",
"author": "RandyTheSilly",
"version": "1.0.0",
"keywords": ["alarm"],
"private": true,
"dependencies": {},
"pebble": {
"displayName": "Stoner Alarm",
"uuid": "293cd38c-4e8c-46ae-a3dc-c789d7ce93ab",
"sdkVersion": "3",
"enableMultiJS": true,
"targetPlatforms": [
"emery",
"gabbro"
],
"watchapp": {
"watchface": false
},
"messageKeys": [
],
"resources": {
"media": [
{
"file": "leaf.png",
"memoryFormat": "Smallest",
"name": "LEAF",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "clock.png",
"memoryFormat": "Smallest",
"name": "CLOCK",
"spaceOptimization": "storage",
"type": "bitmap"
}
]
}
}
}