mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
656d40a2ca
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
20 lines
573 B
JSON
20 lines
573 B
JSON
{
|
|
"name": "@bitwarden/desktop",
|
|
"productName": "Bitwarden",
|
|
"description": "A secure and free password manager for all of your devices.",
|
|
"version": "2022.5.2",
|
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
|
"homepage": "https://bitwarden.com",
|
|
"license": "GPL-3.0",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitwarden/clients.git"
|
|
},
|
|
"dependencies": {
|
|
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
|
|
"forcefocus": "^1.1.0",
|
|
"keytar": "^7.9.0"
|
|
}
|
|
}
|