Created
May 4, 2017 14:42
-
-
Save andreasvirkus/ff5d8e300f9daaccc79d126bb3b54031 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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