I want to give a package name and a package version and get a JSON document describing the package, specifically its dependencies. Any ideas?
saw that, and I connected to it successfully with DDP.connect('https://packages.meteor.com/')
but I didnt know what to do next… What Meteor.methods
or Meteor.subscribe
are exposed to this connection?