Meteor: How to list the installed packages
I'm starting with Meteor, and I'd like to know how to list the installed packages.
meteor list
would only list the available packages in the registry.
Edit: Since meteor 0.9.0.1 meteor list
lists the available packages in the project.
Solution 1:
Update: as of meteor 1.0, the command is now
meteor list
Solution 2:
I think it's just meteor list
now (as of 0.9.0.1).