12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- # Meteor packages used by this project, one per line.
- #
- # 'meteor add' and 'meteor remove' will edit this file for you,
- # but you can also edit it by hand.
- #
- # XXX Should we replace tmeasday:presence by 3stack:presence? Or maybe the
- # packages will merge in the future?
- meteor-platform
- # Account system
- accounts-password
- kenton:accounts-sandstorm
- service-configuration
- useraccounts:core
- useraccounts:unstyled
- useraccounts:iron-routing
- # Compilers
- mquandalle:jade
- mquandalle:stylus
- # Collections
- aldeed:collection2
- cfs:gridfs
- cfs:standard-packages
- dburles:collection-helpers
- idmontie:migrations
- matb33:collection-hooks
- matteodem:easy-search
- reywood:publish-composite
- # Utilities
- alethes:pages
- audit-argument-checks
- iron:router
- meteorhacks:subs-manager
- mquandalle:autofocus
- mquandalle:bower
- mquandalle:moment
- ongoworks:speakingurl
- raix:handlebar-helpers
- random
- reactive-dict
- tap:i18n
- tmeasday:presence
- underscore
- # UI components
- fortawesome:fontawesome
- mousetrap:mousetrap
- mquandalle:jquery-textcomplete
- mquandalle:jquery-ui-drag-drop-sort
- peerlibrary:blaze-components
- perak:markdown
- reactive-var
- seriousm:emoji-continued
- templates:tabs
|