35 lines
612 B
JSON
35 lines
612 B
JSON
{
|
|
"name": "countdown_watchface",
|
|
"author": "Bas Grolleman",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"pebble-app"
|
|
],
|
|
"private": true,
|
|
"dependencies": {
|
|
"pebble-effect-layer": "^1.2.0"
|
|
},
|
|
"pebble": {
|
|
"displayName": "countdown_watchface",
|
|
"uuid": "769d0058-ae41-4e80-b41a-64d58e2ae3e0",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": [
|
|
"aplite",
|
|
"basalt",
|
|
"diorite",
|
|
"emery",
|
|
"flint"
|
|
],
|
|
"watchapp": {
|
|
"watchface": true
|
|
},
|
|
"messageKeys": [
|
|
"dummy"
|
|
],
|
|
"resources": {
|
|
"media": []
|
|
}
|
|
}
|
|
}
|