1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00
bitwarden-desktop/src/package.json
2018-02-19 13:37:08 -05:00

21 lines
555 B
JSON

{
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "0.0.6",
"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-updater": "2.20.1",
"electron-store": "1.3.0",
"keytar": "4.1.0"
}
}