+ Add sample electron project

This commit is contained in:
2019-10-24 13:49:04 +02:00
parent 456cfd9118
commit f9a5dd56f0
8 changed files with 546 additions and 1 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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": {},
"devDependencies": {
"electron": "^7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && electron dist/main.js"
},
"repository": {
"type": "git",
"url": "https://nicolasklier.de:3000/OffPass/offpass-desktop.git"
},
"author": "",
"license": "GPL-3.0"
}