StarryNight contains a small utility that parses an application's .meteor/versions
file, and converts it into a Release Manifest.
npm install -g starrynight
cd myapp
starrynight generate-release-json
If you don't wish to use StarryNight, simply copy the contents of your .meteor/versions
file into the packages
field of your manifest file. Be sure to convert to JSON syntax and add colons and quotes.