Lazy dependency script for lazy developers compiling your node modules to a depencies.json
Node JS and NPM installed. Only been tested in MacOSX (hey it's for lazy developers by a lazy developer, what can I say?)
Global install through NPM
npm install -g dependent
or
sudo npm install -g dependent
After installing globally run 'dependent' in your working dir. This will look up what node modules can be found inside node_modules and compile them into a dependencies.json in your working dir. Copy and paste into your package.json.
- Initial Release