/npm-dependency-tree

Generates a dependeny tree for any NPM module

Primary LanguageJavaScript

NPM Dependency Tree app

Hosted version

To run this app without checking out the code, visit npm-dependency-tree.herokuapp.com.

Prerequisites

Install

git clone git@github.com:joshje/npm-dependency-tree.git
npm install
npm start

Watching for file changes

Several assets are built using Gulp. To watch for changes to these assets run:

gulp watch