Files
meteor/packages/meteor-platform
2014-12-19 10:31:59 -08:00
..
2014-12-19 10:31:59 -08:00
2014-10-25 15:29:32 -07:00

meteor-platform

This package is added to every app by meteor create. It includes a set of common packages that most Meteor apps will find useful:

  • webapp
  • logging
  • tracker
  • session
  • ddp
  • mongo
  • blaze
  • spacebars
  • templating
  • check
  • underscore
  • jquery
  • random
  • ejson

These packages make up the official Meteor Platform. See the README of each individual package to learn more about it.

This package was previously known as standard-app-packages.