-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 744 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 744 Bytes
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
{
"name": "dexcomedy",
"version": "0.2.0",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@fitbit/sdk": "^4.1.0",
"@fitbit/sdk-cli": "^1.7.1",
"fitbit-asap": "^1.2.3",
"dexcom-share-api": "^1.0.6"
},
"fitbit": {
"appUUID": "98464861-e584-4c18-973c-ae4f686badbc",
"appType": "clockface",
"appDisplayName": "Dexcomedy",
"wipeColor": "#ffffff",
"requestedPermissions": [
"access_heart_rate",
"access_activity",
"access_user_profile",
"access_internet"
],
"buildTargets": [
"meson",
"gemini",
"mira"
],
"i18n": {},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
}
}