1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-24 03:32:51 +02:00
bitwarden-browser/apps/desktop/src/package.json

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

20 lines
573 B
JSON
Raw Normal View History

2018-02-12 19:21:38 +01:00
{
"name": "@bitwarden/desktop",
2018-02-12 19:21:38 +01:00
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "2022.6.3",
2020-02-19 04:34:19 +01:00
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
2018-02-12 19:21:38 +01:00
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
2018-02-13 23:01:21 +01:00
"repository": {
"type": "git",
"url": "git+https://github.com/bitwarden/clients.git"
2018-02-13 23:01:21 +01:00
},
"dependencies": {
"@nodert-win10-rs4/windows.security.credentials.ui": "^0.4.4",
"forcefocus": "^1.1.0",
"keytar": "^7.9.0"
}
}