This repository has been archived on 2021-02-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
offpass-desktop/package.json
Nicolas 3bb2d742c4 + Format handler
* Creator view updated
* Some small changes
2019-10-31 11:02:09 +01:00

26 lines
673 B
JSON

{
"name": "offpass-desktop",
"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": {
"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"
},
"repository": {
"type": "git",
"url": "https://nicolasklier.de:3000/OffPass/offpass-desktop.git"
},
"author": "",
"license": "GPL-3.0"
}