node-module-deps

walk the dependency graph to generate json output for browser-pack
  https://github.com/substack/module-deps
  0
  no reviews



This modules creates a dependency graph allowing browserify to embed all modules in a single object.

Browserify is a JavaScript tool that allows developers to write Node.js-style modules that compile for use in the browser

Node.js is an event-based server-side JavaScript engine.