A very simple module which bundles all of the packages I think are necessary for any Electron app while development.
If you'd like to add another module to this repo, please open a merge-request after editing the package.json with that module.
npm install electron-dev-bundle
The intended usage of this module is to download all of its dependencies. So after you're done installing it, you should have all of the "necessary" modules.
MIT