Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Created August 23, 2016 17:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shikhirsingh/ae86d4b8c1735cf9cd19e23130612044 to your computer and use it in GitHub Desktop.
Save shikhirsingh/ae86d4b8c1735cf9cd19e23130612044 to your computer and use it in GitHub Desktop.
A template package.json for packaging an Ext JS app with Electron
{
"name": "starterapp",
"version": "1.0.0",
"description": "A starter Ext JS 6 App",
"main": "./app/main.js",
"scripts": {
"start": "electron .",
"package": "electron-packager ./ starterapp --all --out ./dist --overwrite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "TBD",
"license": "UNLICENSED"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment