-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 824 Bytes
/
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
{
"name": "readable-clock",
"version": "1.2.1",
"description": "Readable Fitbit Clock",
"author": "Douglas Waldron",
"license": "MIT",
"repository": {
"type": "git",
"url": "github:dougwaldron/readable-fitbit-clock"
},
"devDependencies": {
"@fitbit/sdk": "^4.3.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"fitbit": {
"appUUID": "72882fa2-6aba-4a59-aee7-993dcb7e616d",
"appType": "clockface",
"appDisplayName": "Readable Clock",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_activity"
],
"buildTargets": [
"meson",
"mira",
"gemini"
],
"i18n": {
"en-US": {
"name": "Readable Clock"
}
},
"defaultLanguage": "en-US"
},
"scripts": {
"build": "fitbit-build"
}
}