-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
55 lines (55 loc) · 1.46 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"fitbit": {
"appUUID": "df5cd9de-2135-4a94-a31a-7bd7d1e83c81",
"appType": "clockface",
"appDisplayName": "terminal",
"iconFile": "resources/icon.png",
"wipeColor": "",
"requestedPermissions": [
"access_activity",
"access_heart_rate",
"access_internet",
"access_user_profile"
],
"buildTargets": [
"atlas",
"vulcan"
],
"i18n": {
"en": {
"name": "terminal"
}
}
},
"devDependencies": {
"@fitbit/sdk": "~6.1.0",
"polyfill-array-includes": "^2.0.0"
},
"dependencies": {
"@fitbit/sdk-cli": "^1.7.3",
"fitfont": "^1.3.3",
"object-assign": "^4.1.1",
"string.prototype.repeat": "^0.2.0"
},
"overrides": {
"keytar": "^7.7.0",
"node-gyp": "^9.0.0"
},
"scripts": {
"build": "fitbit-build",
"font:generate": "npx fitfont-generate Source_Code_Pro.ttf 22 '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ @$:~%#.,-+!?[]█▁▌▏'"
},
"name": "terminal",
"description": "Terminal is a Fitbit clock face styled to match a terminal session in a Unix environment",
"version": "2.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/jdhartley/terminal-for-fitbit.git"
},
"license": "Unlicense",
"author": "JD Hartley <[email protected]>",
"bugs": {
"url": "https://github.com/jdhartley/terminal-for-fitbit/issues"
},
"homepage": "https://github.com/jdhartley/terminal-for-fitbit#readme"
}