packages 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. es5-shim # ECMAScript 5 compatibility for older browsers.
  13. ecmascript # Enable ECMAScript2015+ syntax in app code
  14. accounts-password
  15. accounts-github
  16. service-configuration
  17. jquery
  18. iron:router
  19. ejson
  20. joncursi:socket-io-client
  21. meteorhacks:async
  22. altapp:recaptcha
  23. http
  24. zimme:iron-router-active
  25. momentjs:moment
  26. emojione:emojione
  27. utilities:avatar
  28. matb33:collection-hooks
  29. aldeed:collection2
  30. materialize:materialize
  31. accounts-facebook
  32. meteorhacks:npm
  33. npm-container
  34. standard-minifier-css
  35. standard-minifier-js