2018-02-12 19:21:38 +01:00
|
|
|
{
|
|
|
|
"name": "bitwarden",
|
|
|
|
"productName": "Bitwarden",
|
|
|
|
"description": "A secure and free password manager for all of your devices.",
|
2019-01-22 04:11:09 +01:00
|
|
|
"version": "1.13.1",
|
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": {
|
2018-08-25 13:57:48 +02:00
|
|
|
"desktop-idle": "1.1.2",
|
2018-12-26 20:55:27 +01:00
|
|
|
"electron-log": "2.2.17",
|
2019-01-22 05:41:44 +01:00
|
|
|
"electron-updater": "4.0.6",
|
2018-11-07 18:33:04 +01:00
|
|
|
"keytar": "4.2.1",
|
2018-05-31 15:08:09 +02:00
|
|
|
"lowdb": "1.0.0"
|
2018-02-13 05:00:54 +01:00
|
|
|
}
|
2018-02-12 19:21:38 +01:00
|
|
|
}
|