Created
June 10, 2020 10:53
-
-
Save imansigupta/9cbb6978076deb499773e9c25ace4ee1 to your computer and use it in GitHub Desktop.
complete package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "electron_code", | |
"version": "1.0.0", | |
"description": "Electron.js practice code", | |
"main": "main.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "electron ." | |
}, | |
"keywords": [ | |
"electron.js" | |
], | |
"author": "Mansi Gupta", | |
"license": "ISC", | |
"dependencies": { | |
"electron": "^9.0.0", | |
"socket.engine": "^0.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment