tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
email # Adds the Meteor/Email package for sending lost password emails
standard-minifier-css@1.3.2 # CSS minifier run for production mode
standard-minifier-js@1.2.1 # JS minifier run for production mode
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
ecmascript # Enable ECMAScript2015+ syntax in app code
#accounts-ui
#accounts-base
accounts-password
useraccounts:core
useraccounts:bootstrap
useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class.
alanning:roles # Adds roles to the user mix. https://atmospherejs.com/alanning/roles && https://github.com/alanning/meteor-roles/blob/master/examples/flow-router/
kadira:flow-router
arillo:flow-router-helpers # Provides various template helpers such as {{pathFor 'templateName'}}
#tomwasd:flow-router-seo
kadira:blaze-layout
shell-server # ???
meteortoys:allthings
stylus
session
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
check # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
aldeed:simple-schema@1.5.3
aldeed:collection2@2.10.0
matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
zimme:collection-softremovable
#aldeed:autoform@5.8.1
#aldeed:collection2-core@2.0.0
#aldeed:schema-deny # Addon for Collection2-core to use denyInsert or denyUpdate options.
#aldeed:schema-index # Addon for Collection2-core to use index or unique options.
#skehoe1989:autoform-relations # Adds relations to autoform