Skip to content

Instantly share code, notes, and snippets.

@AndrewShitsko
Created October 24, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewShitsko/2a576ff854b7a036daf6daa71e21d484 to your computer and use it in GitHub Desktop.
Save AndrewShitsko/2a576ff854b7a036daf6daa71e21d484 to your computer and use it in GitHub Desktop.
{
"name": "your-app",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^1.4.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment