NOTE Deprecated as of Meteor 1.3. Functionality for npm packages is now part of meteor: https://guide.meteor.com/using-npm-packages.html
A meteor package for lodash.
Using lodash v4.17.2
meteor add stevezhu:lodash
_
and lodash
are both defined as lodash if used in a package.
In an app, _
is redefined as underscore so you may need to have _ = lodash;
in some main javascript file.