+ Format handler
* Creator view updated * Some small changes
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user