forked from cozie-app/cozie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 795 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
{
"fitbit": {
"appType": "clockface",
"appDisplayName": "cozie",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_heart_rate",
"access_location",
"access_internet",
"run_background",
"access_activity",
"access_user_profile"
],
"buildTargets": [
"higgs",
"meson",
"gemini",
"mira"
],
"i18n": {
"en": {
"name": "cozie"
}
},
"defaultLanguage": "en-US",
"appUUID": "de27ad6b-7d37-43b2-99d9-02df891de945"
},
"devDependencies": {
"@fitbit/sdk": "~4.0.0",
"@fitbit/sdk-cli": "^1.7.1"
},
"dependencies": {
"@fitbit/sdk": "~4.0.0",
"@fitbit/sdk-cli": "^1.7.1"
},
"scripts": {
"build": "fitbit-build"
}
}