v3-docs/docs/packages/1.when-to-use-meteor-packages.md
Atmosphere packages are packages written specifically for Meteor and have several advantages over npm when used with Meteor. In particular, Atmosphere packages can:
ddp, mongo or accountsimportIf your package depends on another Atmosphere package, or needs to take advantage of Meteor's build system, writing an Atmosphere package might be the best option for now.