Initial watchface
This commit is contained in:
34
countdown_watchface/package.json
Normal file
34
countdown_watchface/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user