1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-29 04:07:39 +02:00
bitwarden-desktop/src/package.json

22 lines
582 B
JSON
Raw Normal View History

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-02-23 21:30:09 +01:00
"version": "0.0.11",
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",
"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
},
"dependencies": {
"desktop-idle": "1.1.1",
"electron-updater": "2.20.1",
"electron-store": "1.3.0",
2018-02-22 21:54:09 +01:00
"keytar": "4.1.0",
"os-locale": "2.1.0"
}
2018-02-12 19:21:38 +01:00
}