+ Format handler

* Creator view updated
* Some small changes
This commit is contained in:
2019-10-31 11:02:09 +01:00
parent 945b4d809a
commit 3bb2d742c4
19 changed files with 509 additions and 129 deletions

View File

@@ -4,16 +4,17 @@
"description": "OffPass, a special password manager. All your passwords are not stored in an encrypted container but offline.",
"main": "index.js",
"dependencies": {
"instascan": "^1.0.0",
"openpgp": "^4.6.2"
},
"devDependencies": {
"@types/jquery": "^3.3.31",
"@types/openpgp": "^4.4.7",
"electron": "^7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && electron src/main.js",
"clean": "del /S src\\js\\*.js && del src\\*.js"
"start": "tsc && electron src/main.js"
},
"repository": {
"type": "git",