dependent
v0.0.1
Published
Lazy dependency script for lazy developers compiling your node modules to a depencies.json
Downloads
4
Readme
Dependent
Lazy dependency script for lazy developers compiling your node modules to a depencies.json
Requirements
Node JS and NPM installed. Only been tested in MacOSX (hey it's for lazy developers by a lazy developer, what can I say?)
Installation
Coming soon to NPM…
Usage
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.
Changelog
0.0.1
- Initial Release