Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created May 4, 2017 14:42
Show Gist options
  • Save andreasvirkus/ff5d8e300f9daaccc79d126bb3b54031 to your computer and use it in GitHub Desktop.
Save andreasvirkus/ff5d8e300f9daaccc79d126bb3b54031 to your computer and use it in GitHub Desktop.
// Nifty way to get all the dependencies from your package.json file
const vendors = Object.keys(require(__dirname + '/../package').dependencies);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment