{ "name": "electron-app1", "version": "1.0.0", "description": "electron demo app 1", "keywords": [ "electron", "app" ], "repository": { "type": "git", "url": "https://git.vconesa.net/amorfo77/electron-app1.git" }, "license": "ISC", "author": "vicente conesa", "type": "commonjs", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "electron": "^43.0.0" } }