fzaninotto / DependencyWheel

A package dependency visualization using d3.js. Currently supports Composer for PHP.
http://www.redotheweb.com/DependencyWheel/
MIT License
263 stars 154 forks source link

Add NPM support #6

Closed grillorafael closed 8 years ago

grillorafael commented 8 years ago

Add package.json file to support npm install from git and imports using browserify

fzaninotto commented 8 years ago

Thanks!

grillorafael commented 8 years ago

Can you publish it on NPM so we can have semver running a little better?

This was version 1.0.0

We can use it from github but from NPM would be better.

https://gist.github.com/coolaj86/1318304

fzaninotto commented 8 years ago

Done