2018-02-12 19:21:38 +01:00
|
|
|
{
|
|
|
|
"name": "bitwarden",
|
|
|
|
"productName": "Bitwarden",
|
|
|
|
"description": "A secure and free password manager for all of your devices.",
|
2018-06-04 17:26:44 +02:00
|
|
|
"version": "1.3.0",
|
2018-02-12 19:21:38 +01:00
|
|
|
"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",
|
2018-02-13 23:27:42 +01:00
|
|
|
"url": "https://github.com/bitwarden/desktop"
|
2018-02-13 23:01:21 +01:00
|
|
|
},
|
2018-02-13 05:00:54 +01:00
|
|
|
"dependencies": {
|
|
|
|
"desktop-idle": "1.1.1",
|
2018-02-24 04:09:23 +01:00
|
|
|
"electron-log": "2.2.14",
|
2018-04-17 19:11:10 +02:00
|
|
|
"electron-updater": "2.21.4",
|
2018-05-31 15:08:09 +02:00
|
|
|
"keytar": "4.1.0",
|
|
|
|
"lowdb": "1.0.0"
|
2018-02-13 05:00:54 +01:00
|
|
|
}
|
2018-02-12 19:21:38 +01:00
|
|
|
}
|