+ Add sample electron project
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user