+ Add a two new libraries

+ QR-Code is now readable and decryptable
This commit is contained in:
2019-10-25 16:02:37 +02:00
parent 36b3fd6d3c
commit 48c40a5d93
8 changed files with 169 additions and 31 deletions

View File

@@ -3,8 +3,11 @@
"version": "1.0.0",
"description": "OffPass, a special password manager. All your passwords are not stored in an encrypted container but offline.",
"main": "index.js",
"dependencies": {},
"dependencies": {
"openpgp": "^4.6.2"
},
"devDependencies": {
"@types/openpgp": "^4.4.7",
"electron": "^7.0.0"
},
"scripts": {