1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # 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@1.0.4
- # Build system
- ecmascript@0.7.2
- stylus@2.513.9
- standard-minifier-css@1.3.4
- standard-minifier-js@2.0.0
- mquandalle:jade
- # Polyfills
- es5-shim@4.6.15
- # Collections
- aldeed:collection2
- cfs:gridfs
- cfs:standard-packages
- cottz:publish-relations
- dburles:collection-helpers
- idmontie:migrations
- matb33:collection-hooks
- matteodem:easy-search
- mongo@1.1.16
- mquandalle:collection-mutations
- # Account system
- accounts-password@1.3.5
- kenton:accounts-sandstorm
- service-configuration@1.0.11
- useraccounts:core
- useraccounts:unstyled
- useraccounts:flow-routing
- email@1.2.0
- # Utilities
- check@1.2.5
- jquery@1.11.10
- random@1.0.10
- reactive-dict@1.1.8
- session@1.1.7
- tracker@1.1.2
- underscore@1.0.10
- 3stack:presence
- alethes:pages
- arillo:flow-router-helpers
- audit-argument-checks@1.0.7
- 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@1.0.11
- 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
- shell-server@0.2.3
- simple:rest-accounts-password
|