mirror of
https://github.com/bitwarden/browser.git
synced 2024-10-30 08:10:34 +01:00
15 lines
355 B
YAML
15 lines
355 B
YAML
name: bitwarden-cli
|
|
version: "1.0.0"
|
|
summary: A secure and free password manager for all of your devices.
|
|
description: A secure and free password manager for all of your devices.
|
|
confinement: devmode
|
|
apps:
|
|
bitwarden-cli:
|
|
command: bw
|
|
plugs: [network, home, x11]
|
|
parts:
|
|
bitwarden-cli:
|
|
plugin: nodejs
|
|
node-engine: 9.7.1
|
|
source: ../..
|