Last active
May 9, 2020 21:01
-
-
Save gdonega/50a3650a8fc1849c37c4ac58b81acdbf to your computer and use it in GitHub Desktop.
package.json original na geração do projeto
This file contains hidden or 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-with-vue", | |
"version": "1.0.0", | |
"description": "A base Electron project using Vue.js", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "gdonega", | |
"license": "ISC", | |
"devDependencies": { | |
"electron": "^8.2.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment