-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.sdk4.json
48 lines (48 loc) · 1008 Bytes
/
package.sdk4.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
{
"name": "compactclock",
"version": "1.7.1",
"license": "MIT",
"devDependencies": {
"@fitbit/sdk": "~4.3.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"bugs": {
"url": "https://github.com/smirko-dev/fitbit-clockface/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/smirko-dev/fitbit-clockface.git"
},
"fitbit": {
"appUUID": "ae441b73-2660-407f-b796-a98d1d0583a0",
"appType": "clockface",
"appDisplayName": "CompactClock",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_calendar",
"run_background",
"access_activity",
"access_location"
],
"buildTargets": [
"higgs",
"mira",
"meson",
"gemini"
],
"i18n": {
"en-US": {
"name": "CompactClock"
},
"de-DE": {
"name": "CompactClock"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build",
"debug": "fitbit"
}
}