# 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.

meteor-base@1.5.1             # Packages every Meteor app needs to have
mongo@1.16.8                   # The database Meteor supports right now
static-html@1.3.2             # Define static page content in .html files

standard-minifier-css@1.9.2   # CSS minifier run for production mode
standard-minifier-js@2.8.1    # JS minifier run for production mode
ecmascript@0.16.8              # Enable ECMAScript2015+ syntax in app code

#========================================
# TESTING
# needs to be placed before other packages
#========================================
meteortesting:mocha
lmieulet:meteor-coverage@3.2.0
hwillson:stub-collections

accounts-password@2.4.0
aldeed:collection2
