1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-24 20:23:18 +00:00
Files
desktop/src/package.json
Oscar Hinton 06a543c913 Replace os-locale with native electron api, app.getLocale (#46)
* Replace os-locale with native electron api, app.getLocale.

* Remove os-locale from the second package.json.
2018-02-28 10:52:59 -05:00

22 lines
585 B
JSON

{
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.0.5",
"author": "8bit Solutions LLC <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/bitwarden/desktop"
},
"dependencies": {
"desktop-idle": "1.1.1",
"electron-log": "2.2.14",
"electron-store": "1.3.0",
"electron-updater": "2.20.1",
"keytar": "4.1.0"
}
}