Last active
April 22, 2016 21:55
-
-
Save devStepsize/3d7efcd4ded630718e7514f80cb09eeb to your computer and use it in GitHub Desktop.
A basic example package.json for an electron app.
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" : "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