Skip to content

Instantly share code, notes, and snippets.

@desouradeep
Last active August 29, 2015 14:12
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 desouradeep/a0a65dd4b769393381c6 to your computer and use it in GitHub Desktop.
Save desouradeep/a0a65dd4b769393381c6 to your computer and use it in GitHub Desktop.
Sample package.json for node-webkit app
{
"name": "MyApp",
"main": "index.html",
"author": "Souradeep De",
"email": "souradeep.2011@gmail.com",
"window": {
"toolbar": false,
"width": 1000,
"height": 600,
"min_width": 500,
"min_height": 300
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment