packages 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. meteor-base # Packages every Meteor app needs to have
  7. mobile-experience # Packages for a great mobile UX
  8. mongo # The database Meteor supports right now
  9. blaze-html-templates # Compile .html files into Meteor Blaze views
  10. session # Client-side reactive dictionary for your app
  11. tracker # Meteor's client-side reactive programming library
  12. standard-minifiers # JS/CSS minifiers run for production mode
  13. es5-shim # ECMAScript 5 compatibility for older browsers.
  14. ecmascript # Enable ECMAScript2015+ syntax in app code
  15. accounts-password
  16. accounts-github
  17. service-configuration
  18. jquery
  19. iron:router
  20. ejson
  21. joncursi:socket-io-client
  22. meteorhacks:async
  23. altapp:recaptcha
  24. http
  25. zimme:iron-router-active
  26. momentjs:moment
  27. emojione:emojione
  28. utilities:avatar
  29. matb33:collection-hooks
  30. aldeed:collection2
  31. materialize:materialize
  32. accounts-facebook
  33. meteorhacks:npm
  34. npm-container