1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-07 02:54:01 +00:00
Files
desktop/src/package.json
Kyle Spearrin ce35983652 bump version
2018-06-04 11:26:44 -04:00

22 lines
576 B
JSON

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