0.0.1 • Published 10 years ago

ideps v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

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.

0.0.1

10 years ago