Adds support for the collection2 library, used for attaching schemas to MongoDB.
A lightweight package for argument checking and general pattern matching.
Sets up a transformation on your collections using Meteor's Mongo.Collection transform
option, allowing for simple models with an interface that's similar to template helpers.
A wrapper package for meteor.methods
that enables defining methods in a more structured, robust way.
Adds template features including global hooks, inheritance, and additional methods not available in the default Meteor templating package. Required by useraccounts.
In-app development tools. Available in the development environment only.
Adds support for the compilation of .scss
files.
A general-purpose reactive datatype for use with tracker
. Provides all of the functionality of the Session
object documented in the main Meteor docs, such as reactive get
, set
, and equals
functions.
accounts-password
Adds support for the password authentication strategy to the Meteor accounts system.
User Accounts add-on package providing routes configuration capability via kadira:flow-router
.
Provides highly customizable user accounts UI templates unstyled.
A layout manager designed for use with Blaze and FlowRouter.
Client side router. Inclues an API for changing URLs, redirecting, and reactively retrieving data from the URL.
babel-runtime
A default package installed in all new Meteor applications. Adds support for the Babel transpiler, used for converting ES2015+ code into ES5 code.
bcrypt
A default package installed in all new Meteor applications. Adds support for the bcrypt encryption library, used in Meteor core for handling various encryption tasks. The NPM version is installed to circumvent falling back to the version bundled with Meteor.
A default package installed in all new Meteor applications. Used for stubbing built-in modules in Node.js.
Adds support for the SimpleSchema library. SimpleSchema validates JavaScript objects to ensure they match a schema. It can also clean the objects to automatically convert types, remove unsupported properties, and add automatic values such that the object is then more likely to pass validation.