Created
April 25, 2011 03:24
-
-
Save indexzero/940116 to your computer and use it in GitHub Desktop.
require-analyzer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ require-analyzer --update | |
info: require-analyzer starting in /Users/Charlie/GitHub/forever | |
warn: No dependencies found | |
info: Analyzing dependencies... | |
info: Done analyzing raw dependencies | |
info: Retrieved packages from npm | |
info: Additional dependencies found | |
data: { | |
data: daemon: '>= 0.3.0', | |
data: nconf: '>= 0.1.7', | |
data: timespan: '>= 2.0.0', | |
data: winston: '>= 0.2.7' | |
data: } | |
info: Updating /Users/Charlie/GitHub/forever/package.json | |
info: require-analyzer package.json dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice