How to clean node_modules folder when prepping for deployment
How would I go about cleaning the node_modules folder when prepping my code for deployment. I am making an app using node-webkit and would prefer to include the least amount of files possible when bundling the final version of the app as the unzip process takes some time. I've looked at npm dedupe and use npm install --production to get rid of duplicates and fetch only production files, however I am still left with Readme files, benchmarks , tests and build files which I don't need. What I would like to end up with for each module in the node_modules folder is a LICENSE file if it exists, the