39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "eatordonteat",
|
|
"author": "MakeAwesomeHappen",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"pebble-app"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"@rebble/clay": "^1.0.10"
|
|
},
|
|
"pebble": {
|
|
"displayName": "Eat / Don't Eat watchface",
|
|
"uuid": "34fbfd25-b227-49fd-9c90-7f71b9731131",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": [
|
|
"aplite",
|
|
"basalt",
|
|
"chalk",
|
|
"diorite",
|
|
"emery",
|
|
"flint",
|
|
"gabbro"
|
|
],
|
|
"watchapp": {
|
|
"watchface": true
|
|
},
|
|
"messageKeys": [
|
|
"BackgroundColor",
|
|
"ForegroundColor",
|
|
"SecondTick",
|
|
"Animations"
|
|
],
|
|
"resources": {
|
|
"media": []
|
|
}
|
|
}
|
|
}
|