mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-06 18:57:56 +01:00
be8f522aac
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
18 lines
513 B
JSON
18 lines
513 B
JSON
{
|
|
"name": "@bitwarden/desktop",
|
|
"productName": "Bitwarden",
|
|
"description": "A secure and free password manager for all of your devices.",
|
|
"version": "2023.9.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": {
|
|
"@bitwarden/desktop-native": "file:../desktop_native"
|
|
}
|
|
}
|