Files
clients/apps/desktop/src/package.json

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

18 lines
516 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.",
2025-09-18 17:55:51 +00:00
"version": "2025.9.1",
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-napi": "file:../desktop_native/napi"
}
}