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-12-16 04:15:07 +01:00
|
|
|
"version": "1.12.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": {
|
2018-08-25 13:57:48 +02:00
|
|
|
"desktop-idle": "1.1.2",
|
2018-02-24 04:09:23 +01:00
|
|
|
"electron-log": "2.2.14",
|
2018-11-07 18:33:04 +01:00
|
|
|
"electron-updater": "3.0.3",
|
|
|
|
"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
|
|
|
}
|