A default set of packages that almost every app will have. You should only remove this package if you really, really know what you are doing.
It comes with the following packages:
meteor
- Super basic stuff about the programming environment, and a handler for thecss
file type.webapp
- The actual web server that handles connections, serves files, etc.underscore
- A library with lots of useful utilities that most of Meteor is built on.hot-code-push
- Refresh the client automatically when the server has new code.ddp
- A protocol for communicating between the client and server. This is what enablesMeteor.methods
,Meteor.publish
,Meteor.subscribe
, etc.