https://github.com/rogerwang/node-webkit/wiki/How-to-package-and-distribute-your-apps
EXCERPT from the above link: "As a rule of thumb npm install your package.json on each platform you target to ensure everything works as expected."
What should be the code in package.json to accomplish packaging of an npm module within a node-webkit App for windows?
Any help is appreciated!