Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Last active April 22, 2016 21:55
Show Gist options
  • Save devStepsize/3d7efcd4ded630718e7514f80cb09eeb to your computer and use it in GitHub Desktop.
Save devStepsize/3d7efcd4ded630718e7514f80cb09eeb to your computer and use it in GitHub Desktop.
A basic example package.json for an electron app.
{
"name" : "your-app",
"version" : "0.1.0",
"main" : "main.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment