-
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) · 782 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 782 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": "orionis",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"@fitbit/sdk": "^3.1.3",
"@fitbit/sdk-cli": "^1.7.1"
},
"fitbit": {
"appUUID": "9897b324-9be2-4171-b6bd-f1e978d57298",
"appType": "app",
"appDisplayName": "Orionis",
"iconFile": "resources/icon.png",
"wipeColor": "#ffffff",
"requestedPermissions": [
"access_location",
"access_internet",
"access_activity",
"access_exercise",
"access_heart_rate",
"access_user_profile"
],
"buildTargets": [
"higgs"
],
"i18n": {},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
},
"dependencies": {
"simplify-js": "^1.2.4"
}
}