packages 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Meteor packages used by this project, one per line.
  2. #
  3. # 'meteor add' and 'meteor remove' will edit this file for you,
  4. # but you can also edit it by hand.
  5. #
  6. # XXX Should we replace tmeasday:presence by 3stack:presence? Or maybe the
  7. # packages will merge in the future?
  8. meteor-base
  9. # Build system
  10. ecmascript
  11. standard-minifiers
  12. mquandalle:jade
  13. mquandalle:stylus
  14. # Polyfills
  15. es5-shim
  16. # Collections
  17. mongo
  18. aldeed:collection2
  19. cfs:gridfs
  20. cfs:standard-packages
  21. dburles:collection-helpers
  22. idmontie:migrations
  23. matb33:collection-hooks
  24. matteodem:easy-search
  25. reywood:publish-composite
  26. # Account system
  27. accounts-password
  28. kenton:accounts-sandstorm
  29. service-configuration
  30. useraccounts:core
  31. useraccounts:unstyled
  32. useraccounts:flow-routing
  33. # Utilities
  34. check
  35. jquery
  36. random
  37. reactive-dict
  38. session
  39. tracker
  40. underscore
  41. 3stack:presence
  42. alethes:pages
  43. arillo:flow-router-helpers
  44. audit-argument-checks
  45. kadira:blaze-layout
  46. kadira:flow-router
  47. meteorhacks:picker
  48. meteorhacks:subs-manager
  49. mquandalle:autofocus
  50. mquandalle:moment
  51. ongoworks:speakingurl
  52. raix:handlebar-helpers
  53. tap:i18n
  54. # UI components
  55. blaze
  56. reactive-var
  57. fortawesome:fontawesome
  58. mousetrap:mousetrap
  59. mquandalle:jquery-textcomplete
  60. mquandalle:jquery-ui-drag-drop-sort
  61. mquandalle:mousetrap-bindglobal
  62. mquandalle:perfect-scrollbar
  63. peerlibrary:blaze-components
  64. perak:markdown
  65. seriousm:emoji-continued
  66. templates:tabs
  67. verron:autosize