You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
593 B
20 lines
593 B
{ |
|
"name": "bitwarden-directory-connector", |
|
"productName": "Bitwarden Directory Connector", |
|
"description": "Sync your user directory to your Bitwarden organization.", |
|
"version": "2.0.0", |
|
"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": { |
|
"electron-log": "2.2.14", |
|
"electron-store": "1.3.0", |
|
"electron-updater": "2.21.4", |
|
"keytar": "4.1.0" |
|
} |
|
}
|
|
|