1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 03:59:50 +01:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
537 B
JSON
Raw Normal View History

2018-02-12 13:21:38 -05: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.",
"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",
"main": "main.js",
2018-02-13 17:01:21 -05:00
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/clients.git"
2018-02-13 17:01:21 -05:00
},
"dependencies": {
"@bitwarden/desktop-native": "file:../desktop_native",
"argon2": "0.31.0"
}
}