-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 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
{
"name": "fitbit-qrcodes",
"version": "1.0.2",
"description": "Fitbit app to display QR codes, which can either be generated or imported from screenshots.",
"private": true,
"dependencies": {
"@fitbit/image-codec-txi": "^1.1.5",
"qrcode-generator": "^1.4.4"
},
"devDependencies": {
"@fitbit/sdk": "^4.3.2",
"@fitbit/sdk-cli": "*"
},
"author": "sibbl",
"license": "MIT",
"fitbit": {
"appUUID": "489b1207-0bac-432a-b919-6329fa8ccf12",
"appType": "app",
"appDisplayName": "QR Codes",
"iconFile": "resources/icon.png",
"wipeColor": "#0074d9",
"requestedPermissions": [],
"buildTargets": [
"higgs",
"meson",
"gemini",
"mira"
],
"i18n": {}
},
"scripts": {
"build": "fitbit-build"
}
}