Here is my meteor repo:
https://github.com/the1mills/oresoftware_meteor
I cloned it into a new directory on Nitrous.io, but it's missing the smart packages in the packages directory, and as Meteor .gitignores those, and I have to re-install them.
I assume there is a way to install them intelligently using the info in the smart.lock file or smart.json file.
Do I have to install them individually by name and by my personal memory or is there a better way?