22 lines
585 B
JSON
22 lines
585 B
JSON
{
|
|
"name": "bitwarden",
|
|
"productName": "Bitwarden",
|
|
"description": "A secure and free password manager for all of your devices.",
|
|
"version": "1.1.1",
|
|
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
|
|
"homepage": "https://bitwarden.com",
|
|
"license": "GPL-3.0",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitwarden/desktop"
|
|
},
|
|
"dependencies": {
|
|
"desktop-idle": "1.1.1",
|
|
"electron-log": "2.2.14",
|
|
"electron-store": "1.3.0",
|
|
"electron-updater": "2.20.1",
|
|
"keytar": "4.1.0"
|
|
}
|
|
}
|