packages 499 B

123456789101112131415161718192021222324252627
  1. # Meteor packages used by this project, one per line.
  2. # Check this file (and the other files in this directory) into your repository.
  3. #
  4. # 'meteor add' and 'meteor remove' will edit this file for you,
  5. # but you can also edit it by hand.
  6. autopublish
  7. insecure
  8. mizzao:sharejs-codemirror
  9. twbs:bootstrap
  10. standard-minifiers
  11. meteor-base
  12. mobile-experience
  13. mongo
  14. blaze-html-templates
  15. session
  16. jquery
  17. tracker
  18. logging
  19. reload
  20. random
  21. ejson
  22. spacebars
  23. check
  24. ecmascript
  25. accounts-password
  26. ian:accounts-ui-bootstrap-3