dmenu for bitwarden-cli
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.

31 lines
588 B

6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "bitwarden-dmenu",
  3. "version": "1.0.1",
  4. "description": "",
  5. "keywords": [
  6. "bitwarden",
  7. "cli",
  8. "dmenu"
  9. ],
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/andykais/bitwarden-dmenu.git"
  13. },
  14. "license": "MIT",
  15. "author": "Andrew Kaiser",
  16. "main": "index.js",
  17. "bin": {
  18. "bitwarden-dmenu": "bin/cli.js"
  19. },
  20. "scripts": {
  21. "test": "echo \"Error: no test specified\" && exit 1"
  22. },
  23. "dependencies": {
  24. "@bitwarden/cli": "^1.3.0",
  25. "clipboardy": "^1.2.3",
  26. "minimist": "^1.2.0"
  27. },
  28. "engines": {
  29. "node": ">=8"
  30. }
  31. }