1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-29 11:05:01 +02:00
bitwarden-desktop/src/package.json
2018-11-28 09:03:18 -05:00

22 lines
576 B
JSON

{
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.11.2",
"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.2",
"electron-log": "2.2.14",
"electron-updater": "3.0.3",
"keytar": "4.2.1",
"lowdb": "1.0.0"
}
}