-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1 KB
/
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
npm install{
"fitbit": {
"appUUID": "88608bd0-5109-455e-8e39-f5b3ed3fae66",
"appType": "app",
"appDisplayName": "SUP",
"iconFile": "resources/icon.png",
"wipeColor": "#3f51b5",
"requestedPermissions": [
"access_activity",
"access_internet",
"access_heart_rate",
"access_location",
"run_background",
"access_exercise",
"access_user_profile"
],
"buildTargets": [
"gemini",
"mira",
"atlas",
"vulcan"
],
"i18n": {
"en": {
"name": "SUP"
}
}
},
"devDependencies": {
"@fitbit/sdk": "~5.0.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"scripts": {
"build": "fitbit-build"
},
"dependencies": {
"fitbit-google-analytics": "^1.2.0",
"geo-loc-utils": "0.0.2",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.0",
"lodash": "^4.17.20",
"node": "^14.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pfederi/fitbit-sup"
},
"license": "CC-BY-NC-SA-4.0"
}