ideps
v0.0.1
Published
list current module and version under node_modules
Readme
node-iDeps
A simple tool to list current module name and version in local node_module/ directory
Example:
$ ls node_modules/
commander mocha should
$ ./bin/ideps
"commander": ">=1.1.1"
"mocha": ">=1.7.4"
"should": ">=1.2.1"It is useful after you install package and want to add require information into require section in package.json.
