2018-02-12 13:21:38 -05:00
|
|
|
{
|
2022-01-18 14:04:21 +01:00
|
|
|
"name": "@bitwarden/desktop",
|
2018-02-12 13:21:38 -05:00
|
|
|
"productName": "Bitwarden",
|
|
|
|
"description": "A secure and free password manager for all of your devices.",
|
2024-03-25 10:18:17 -04:00
|
|
|
"version": "2024.3.2",
|
2020-02-18 22:34:19 -05:00
|
|
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
2018-02-12 13:21:38 -05:00
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"license": "GPL-3.0",
|
2018-02-12 23:00:54 -05:00
|
|
|
"main": "main.js",
|
2018-02-13 17:01:21 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-05-09 17:49:59 +02:00
|
|
|
"url": "git+https://github.com/bitwarden/clients.git"
|
2018-02-13 17:01:21 -05:00
|
|
|
},
|
2022-01-13 10:46:33 +01:00
|
|
|
"dependencies": {
|
2024-02-26 23:31:09 +01:00
|
|
|
"@bitwarden/desktop-native": "file:../desktop_native",
|
|
|
|
"argon2": "0.31.0"
|
2022-01-13 10:46:33 +01:00
|
|
|
}
|
2021-12-17 11:15:07 +01:00
|
|
|
}
|