Skip to content

Commit

Permalink
Add real-package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Jul 30, 2023
1 parent 91cbe93 commit 8dc1755
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions src/366x366/real-package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"devDependencies": {
"@fitbit/sdk": "~6.1.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"fitbit": {
"appUUID": "7c4f7506-8ed8-4eb9-84e3-28b85671f26b",
"appType": "clockface",
"appDisplayName": "Overview",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_activity",
"access_user_profile",
"access_heart_rate",
"run_background",
"access_location"
],
"buildTargets": [
"vulcan",
"atlas"
],
"i18n": {
"en-US": {
"name": "Overview"
},
"de-DE": {
"name": "Overview"
},
"es-ES": {
"name": "Overview"
},
"fr-FR": {
"name": "Overview"
},
"it-IT": {
"name": "Overview"
},
"ja-JP": {
"name": "Overview"
},
"ko-KR": {
"name": "Overview"
},
"nl-NL": {
"name": "Overview"
},
"sv-SE": {
"name": "Overview"
},
"zh-CN": {
"name": "Overview"
},
"zh-TW": {
"name": "Overview"
},
"pt-BR": {
"name": "Overview"
},
"id-ID": {
"name": "Overview"
},
"ro-RO": {
"name": "Overview"
},
"ru-RU": {
"name": "Overview"
},
"pl-PL": {
"name": "Overview"
},
"cs-CZ": {
"name": "Overview"
},
"nb-NO": {
"name": "Overview"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build"
}
}

0 comments on commit 8dc1755

Please sign in to comment.