2017-01-15 11:33:37 -08:00
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
2017-12-31 14:06:46 -08:00
meteor-base@1.2.0 # Packages every Meteor app needs to have
2017-10-08 08:56:15 -07:00
mobile-experience@1.0.5 # Packages for a great mobile UX
2017-12-31 14:06:46 -08:00
mongo@1.3.1 # The database Meteor supports right now
2017-01-15 11:33:37 -08:00
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
2017-12-31 14:06:46 -08:00
reactive-dict@1.2.0 # ???
2017-05-26 11:17:32 -07:00
tracker@1.1.3 # Meteor's client-side reactive programming library
2017-01-15 11:33:37 -08:00
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
2017-10-08 08:56:15 -07:00
email@1.2.3 # Adds the Meteor/Email package for sending lost password emails
2017-01-15 11:33:37 -08:00
2017-10-08 08:56:15 -07:00
standard-minifier-css@1.3.5 # CSS minifier run for production mode
2017-12-31 14:06:46 -08:00
standard-minifier-js@2.2.0 # JS minifier run for production mode
2017-01-15 11:33:37 -08:00
es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
2017-12-31 14:06:46 -08:00
ecmascript@0.9.0 # Enable ECMAScript2015+ syntax in app code
2017-01-15 11:33:37 -08:00
#accounts-ui
#accounts-base
2017-12-31 14:06:46 -08:00
accounts-password@1.5.0
2017-01-15 11:33:37 -08:00
useraccounts:core
2017-12-31 14:06:46 -08:00
useraccounts:unstyled
2017-01-15 11:33:37 -08:00
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
2017-12-31 14:06:46 -08:00
shell-server@0.3.0 # ???
2017-01-15 11:33:37 -08:00
meteortoys:allthings
2017-12-31 14:06:46 -08:00
stylus@2.513.13
2017-05-09 13:51:26 -07:00
session@1.1.7
2017-01-15 11:33:37 -08:00
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
2017-05-26 11:17:32 -07:00
check@1.2.5 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
2017-01-15 11:33:37 -08:00
#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
2017-10-08 08:56:15 -07:00
aldeed:collection2
2017-05-09 13:51:26 -07:00
#matb33:collection-hooks # Allows the collections to register handlers that run before or after database interactions.
#zimme:collection-softremovable
2017-01-15 11:33:37 -08:00
#aldeed:autoform@5.8.1
2017-10-08 08:56:15 -07:00
#aldeed:collection2-core@2.0.1
2017-01-15 11:33:37 -08:00
#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
2017-01-17 22:31:43 -08:00
#twbs:bootstrap # Requires jquery 1.9-2.x, not 3+
2017-01-15 11:33:37 -08:00
fortawesome:fontawesome
momentjs:moment
mizzao:bootboxjs # ???
aldeed:template-extension
juliancwirko:s-alert # Client error/alert handling
2017-05-26 11:17:32 -07:00
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
ostrio:logger
ostrio:loggermongo
2017-12-31 14:06:46 -08:00
dynamic-import@0.2.0
2017-10-08 08:56:15 -07:00
markdown@1.0.12
wcrisman:jquery-custom-scrollbar