-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"devDependencies": {
"@fitbit/sdk": "~6.0.0",
"@fitbit/sdk-cli": "~1.7.3"
},
"fitbit": {
"appUUID": "2d38820d-91d8-47a7-947f-0d8a12fa1cbe",
"appType": "clockface",
"appDisplayName": "Fit-Boy",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_heart_rate",
"access_activity",
"access_user_profile",
"access_exercise",
"access_location"
],
"buildTargets": [
"vulcan",
"atlas"
],
"i18n": {
"en-US": {
"name": "Fit-Boy"
},
"cs-CZ": {
"name": "Fit-Boy"
},
"es-ES": {
"name": "Fit-Boy"
},
"it-IT": {
"name": "Fit-Boy"
},
"de-DE": {
"name": "Fit-Boy"
},
"ru-RU": {
"name": "Fit-Boy"
},
"pt-BR": {
"name": "Fit-Boy"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build"
}
}