| 1234567891011121314151617181920212223242526 | 
							- # Meteor packages used by this project, one per line.
 
- # Check this file (and the other files in this directory) into your repository.
 
- #
 
- # 'meteor add' and 'meteor remove' will edit this file for you,
 
- # but you can also edit it by hand.
 
- autopublish
 
- twbs:bootstrap
 
- standard-minifiers
 
- meteor-base
 
- mobile-experience
 
- mongo
 
- blaze-html-templates
 
- session
 
- jquery
 
- tracker
 
- logging
 
- reload
 
- random
 
- ejson
 
- spacebars
 
- check
 
- ecmascript
 
- barbatus:stars-rating
 
- accounts-ui
 
- accounts-password
 
 
  |