Skip to content

Instantly share code, notes, and snippets.

@sudowork
Created February 26, 2014 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sudowork/9230878 to your computer and use it in GitHub Desktop.
Save sudowork/9230878 to your computer and use it in GitHub Desktop.
require('npm').load(function (err, npm) {
npm.commands.ls([], true, function (err, data, lite) {
// log the version of express
console.log(lite.dependencies.express.version);
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment