-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 729 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 729 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
36
37
{
"name": "fix-bit",
"version": "1.0.0",
"private": false,
"license": "UNLICENSED",
"devDependencies": {
"@fitbit/sdk": "^4.2.2",
"@fitbit/sdk-cli": "^1.7.3"
},
"fitbit": {
"appUUID": "42be7709-bdfe-4074-86f2-49dd5291d544",
"appType": "clockface",
"appDisplayName": "FixBit",
"iconFile": "resources/icon.png",
"wipeColor": "#ffffff",
"requestedPermissions": [
"access_activity",
"access_heart_rate"
],
"buildTargets": [
"higgs",
"meson",
"gemini",
"mira"
],
"i18n": {
"en": {
"name": "Fix Bit"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
}
}