1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- # 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-base
- # Build system
- ecmascript
- standard-minifiers
- mquandalle:jade
- mquandalle:stylus
- # Polyfills
- es5-shim
- # Collections
- mongo
- aldeed:collection2
- cfs:gridfs
- cfs:standard-packages
- dburles:collection-helpers
- idmontie:migrations
- matb33:collection-hooks
- matteodem:easy-search
- reywood:publish-composite
- # Account system
- accounts-password
- kenton:accounts-sandstorm
- service-configuration
- useraccounts:core
- useraccounts:unstyled
- useraccounts:flow-routing
- # Utilities
- check
- jquery
- random
- reactive-dict
- session
- tracker
- underscore
- 3stack:presence
- alethes:pages
- arillo:flow-router-helpers
- audit-argument-checks
- kadira:blaze-layout
- kadira:flow-router
- meteorhacks:picker
- meteorhacks:subs-manager
- mquandalle:autofocus
- mquandalle:moment
- ongoworks:speakingurl
- raix:handlebar-helpers
- tap:i18n
- # UI components
- blaze
- reactive-var
- fortawesome:fontawesome
- mousetrap:mousetrap
- mquandalle:jquery-textcomplete
- mquandalle:jquery-ui-drag-drop-sort
- mquandalle:mousetrap-bindglobal
- mquandalle:perfect-scrollbar
- peerlibrary:blaze-components
- perak:markdown
- seriousm:emoji-continued
- templates:tabs
- verron:autosize
|