mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-14 10:26:19 +01:00
19f4afcd2b
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
19 lines
540 B
JSON
19 lines
540 B
JSON
{
|
|
"name": "@bitwarden/desktop",
|
|
"productName": "Bitwarden",
|
|
"description": "A secure and free password manager for all of your devices.",
|
|
"version": "2024.9.1",
|
|
"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-napi": "file:../desktop_native/napi",
|
|
"argon2": "0.40.1"
|
|
}
|
|
}
|