123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- # 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.
- meteor-base
- # Build system
- ecmascript
- stylus
- standard-minifier-css
- standard-minifier-js
- mquandalle:jade
- # Polyfills
- es5-shim
- # Collections
- aldeed:collection2
- cfs:gridfs
- cfs:standard-packages
- cottz:publish-relations
- dburles:collection-helpers
- idmontie:migrations
- matb33:collection-hooks
- matteodem:easy-search
- mongo
- mquandalle:collection-mutations
- # Account system
- accounts-password
- kenton:accounts-sandstorm
- service-configuration
- useraccounts:core
- useraccounts:unstyled
- useraccounts:flow-routing
- email
- # Utilities
- check
- jquery
- random
- reactive-dict
- session
- tracker
- underscore
- 3stack:presence
- alethes:pages
- arillo:flow-router-helpers
- audit-argument-checks
- kadira:blaze-layout
- kadira:dochead
- meteorhacks:fast-render
- 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@=0.15.1
- perak:markdown
- seriousm:emoji-continued
- templates:tabs
- verron:autosize
- simple:json-routes
- rajit:bootstrap3-datepicker
- kadira:flow-router
|