bitwarden-estensione-browser/stores/snap/snapcraft.yaml

15 lines
355 B
YAML
Raw Normal View History

2018-05-25 02:37:40 +02:00
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.
2018-05-25 03:38:48 +02:00
confinement: devmode
2018-05-25 02:37:40 +02:00
apps:
2018-05-25 03:38:48 +02:00
bitwarden-cli:
command: bw
2018-05-25 02:37:40 +02:00
plugs: [network, home, x11]
parts:
2018-05-25 03:38:48 +02:00
bitwarden-cli:
2018-05-25 02:37:40 +02:00
plugin: nodejs
2018-05-25 03:38:48 +02:00
node-engine: 9.7.1
source: ../..