2018-02-12 19:21:38 +01:00
|
|
|
{
|
|
|
|
"name": "bitwarden",
|
|
|
|
"productName": "Bitwarden",
|
|
|
|
"description": "A secure and free password manager for all of your devices.",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
|
|
|
|
"homepage": "https://bitwarden.com",
|
|
|
|
"license": "GPL-3.0",
|
2018-02-13 05:00:54 +01:00
|
|
|
"main": "main.js",
|
2018-02-13 23:01:21 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/bitwarden/desktop.git"
|
|
|
|
},
|
2018-02-13 05:00:54 +01:00
|
|
|
"dependencies": {
|
|
|
|
"desktop-idle": "1.1.1",
|
|
|
|
"electron-updater": "2.20.1",
|
|
|
|
"electron-store": "1.3.0",
|
|
|
|
"keytar": "4.1.0"
|
|
|
|
}
|
2018-02-12 19:21:38 +01:00
|
|
|
}
|